-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4c1526b
commit 5221257
Showing
3 changed files
with
19 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
#!/bin/bash | ||
export PATH="/c/Program Files (x86)/WiX Toolset v3.11/bin":$PATH$ | ||
candle knossos.wxs && light knossos.wixobj | ||
candle bundle.wxs -ext WixBalExtension -ext WixUtilExtension && light bundle.wixobj -ext WixBalExtension | ||
|
||
#signing process: | ||
#insignia -ib bundle.exe -o engine.exe | ||
# ... sign engine.exe with e.g. signtool engine.exe | ||
#insignia -ab engine.exe bundle.exe -o bundle.exe | ||
# ... sign bundle.exe with e.g. signtool bundle.exe | ||
insignia.exe -ib bundle.exe -o engine.exe | ||
read -n1 -r -p "sign engine.exe then press a key" | ||
insignia -ab engine.exe bundle.exe -o bundle.exe | ||
read -n1 -r -p "sign bundle.exe then press a key" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters