Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
timzaak committed Sep 29, 2023
1 parent 0cb0d95 commit 1025999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows-build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Expand-Archive driver.zip -DestinationPath ./driver_tmp
mkdir driver
mv .\driver_tmp\fortun\* .\driver\

Compress-Archive -P ./client/target/release/fornet.exe -P ./driver -P ./client/target/release/fornet-cli.exe -DestinationPath ./release/fornet-window64.zip
Compress-Archive -Path ./client/target/release/fornet.exe,./driver,./client/target/release/fornet-cli.exe -DestinationPath ./release/fornet-window64.zip

0 comments on commit 1025999

Please sign in to comment.