mirror of
https://github.com/koala73/worldmonitor.git
synced 2026-04-25 17:14:57 +02:00
fix: harden windows installer update path and map resize behavior (#739)
This commit is contained in:
@@ -30,7 +30,10 @@
|
||||
},
|
||||
"windows": {
|
||||
"digestAlgorithm": "sha256",
|
||||
"timestampUrl": "https://timestamp.digicert.com"
|
||||
"timestampUrl": "https://timestamp.digicert.com",
|
||||
"nsis": {
|
||||
"installerHooks": "nsis/installer-hooks.nsh"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user