InnoSetup build scripts

This commit is contained in:
redtide
2021-07-13 23:41:32 +02:00
committed by Francesco
parent ad0530dafa
commit 0ed707c68f
6 changed files with 98 additions and 2 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
option('innosetup', type : 'boolean', value : false, description: 'Build Windows setup package')
option('portable', type : 'boolean', value : false, description: 'Portable install')
option('renderer', type : 'boolean', value : false, description: 'Use SDL renderer')
option('version', type : 'string', value : '0.0.0', description: 'Project version')