Skip to content

Commit

Permalink
Update build.bat to use new setup file name
Browse files Browse the repository at this point in the history
  • Loading branch information
jooapa committed Feb 9, 2024
1 parent 4fc7717 commit eefa84d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ set "targetFolder=nsis-folder"

rem Copy jammer.exe
copy /y "%sourceFolder%\jammer.exe" "%targetFolder%\jammer.exe"
copy /y "%sourceFolder%\raylib.dll" "%targetFolder%\raylib.dll"

echo Files copied successfully.

Expand All @@ -18,4 +17,4 @@ if exist "C:\Program Files (x86)\jammer" (
start "" "C:\Program Files (x86)\jammer\Uninstall.exe"
)

jammer-Setup.exe
jammer-Setup_V1.X.X.exe

0 comments on commit eefa84d

Please sign in to comment.