Commit 9095ece
committed
Allow users to require signing
Currently, if signing fails, appimagetool just reports the error but continues to build the AppImage. This is not ideal for automated environments which want to make sure the resulting AppImages have been signed correctly.
This commit adds support for the APPIMAGETOOL_FORCE_SIGN environment variable, which makes appimagetool abort in case signing fails.1 parent 054e547 commit 9095ece
1 file changed
+9
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1232 | 1232 | | |
1233 | 1233 | | |
1234 | 1234 | | |
1235 | | - | |
1236 | | - | |
1237 | 1235 | | |
| 1236 | + | |
| 1237 | + | |
| 1238 | + | |
| 1239 | + | |
| 1240 | + | |
| 1241 | + | |
| 1242 | + | |
| 1243 | + | |
| 1244 | + | |
1238 | 1245 | | |
1239 | 1246 | | |
1240 | 1247 | | |
| |||
0 commit comments