mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +00:00
Merge pull request #489 from Azaezel/alpha40/zipPassPunt
expose a zip file password cmake config option
This commit is contained in:
commit
83b0432283
3 changed files with 7 additions and 4 deletions
|
|
@ -216,4 +216,7 @@
|
|||
//use sdl backend?
|
||||
#if defined(TORQUE_SDL)
|
||||
#include <SDL.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/// Password to use when opening encrypted zip files. Change this to whatever the password is for your zips.
|
||||
#define DEFAULT_ZIP_PASSWORD "@TORQUE_APP_PASSWORD@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue