Skip to content

Commit

Permalink
add build
Browse files Browse the repository at this point in the history
  • Loading branch information
tobony committed May 19, 2024
1 parent 5070ee1 commit 2a65b94
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 1,336 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# except


# Logs
logs
*.log
Expand Down
9 changes: 9 additions & 0 deletions copybuild.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
@echo off
set destination=.\version\
set source1=src-tauri\target\release\eeSteam.exe
set source2=src-tauri\target\release\bundle\msi\eeSteam_0.1.0_x64_en-US.msi
set source3=src-tauri\target\release\bundle\nsis\eeSteam_0.1.0_x64-setup.exe

xcopy /y %source1% %destination%
xcopy /y %source2% %destination%
xcopy /y %source3% %destination%
Loading

0 comments on commit 2a65b94

Please sign in to comment.