You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let premake also emit a script (batch, bash w/ bash-on-windows or powershell) which automatically builds with VS and runs exe compressors on it.
Add options for synth (-s, --synth), screen resolution (-r, --resolution=720,1080), packers (-a, --all-packers, per default only run bep and latest kkrunchy) and include debug builds (-d, --debug). Place in $PROJECT/export/bin/build.sh and binaries in rt-$RES.exe, rt-$RES.$PACKER.min.exe and rt-$RES_debug.$PACKER.min.exe.
The text was updated successfully, but these errors were encountered:
Let premake also emit a script (batch, bash w/ bash-on-windows or powershell) which automatically builds with VS and runs exe compressors on it.
Add options for synth (
-s
,--synth
), screen resolution (-r
,--resolution=720,1080
), packers (-a
,--all-packers
, per default only run bep and latest kkrunchy) and include debug builds (-d
,--debug
). Place in$PROJECT/export/bin/build.sh
and binaries inrt-$RES.exe
,rt-$RES.$PACKER.min.exe
andrt-$RES_debug.$PACKER.min.exe
.The text was updated successfully, but these errors were encountered: