Mercurial > games > semicongine
diff config.nims @ 675:cba4bebaf9d0
fix: resources on windows
| author | Sam <sam@basx.dev> | 
|---|---|
| date | Wed, 10 May 2023 10:13:23 -0700 | 
| parents | 496b328faa43 | 
| children | 5f6d3511ef79 | 
line wrap: on
 line diff
--- a/config.nims Wed May 10 22:36:59 2023 +0700 +++ b/config.nims Wed May 10 10:13:23 2023 -0700 @@ -52,7 +52,7 @@ exec &"zip -r {outputfile} ." elif defined(windows): # TODO: test this - exec &"powershell Compress-Archive {inputfile} {outputfile}" + exec &"powershell Compress-Archive * {outputfile}" cd(oldcwd) task build_all_debug, "build all examples for debug":
