Skip to content

Commit

Permalink
Merge branch 't240714'
Browse files Browse the repository at this point in the history
  • Loading branch information
tobony committed Aug 18, 2024
2 parents 6f2397c + a984dfb commit 1983468
Show file tree
Hide file tree
Showing 16 changed files with 896 additions and 22 deletions.
3 changes: 3 additions & 0 deletions copybuild.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ set source1=src-tauri\target\release\eeSteam.exe
set source2=src-tauri\target\release\bundle\msi\
set source3=src-tauri\target\release\bundle\nsis\

rem Delete all files in the destination folder
del /q %destination%*

xcopy /y %source1% %destination%
xcopy /y %source2%eesteam_*.msi %destination%
xcopy /y %source3%eesteam_*-setup.exe %destination%
3 changes: 3 additions & 0 deletions memo.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@


yarn tauri build --debug
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.13",
"vite": "^5.2.0"
"vite": "^5.2.0",
"vite-plugin-static-copy": "^1.0.6"
}
}
Loading

0 comments on commit 1983468

Please sign in to comment.