mainfest.json is now checked for incorrect keys. Added --list-manifest-properties to list the available properties in manifest.json.

This commit is contained in:
Christoffer Lerno
2024-07-19 00:03:05 +02:00
parent 5c6acf89da
commit eb20a5c051
11 changed files with 91 additions and 29 deletions

View File

@@ -6,7 +6,7 @@
},
"macos-aarch64" : {},
"linux-x64" : {
"c-flags-override": "-fPIE"
"cflags-override": "-fPIE"
},
"windows-x64" : { }
}