File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 66* .libjsonnet
77* .lock
88* .log
9+ * .nsi
910* .pem
1011* ~
1112. * .swp
Original file line number Diff line number Diff line change @@ -25,6 +25,9 @@ local utils = import 'utils.libjsonnet';
2525 qa: 'yarn eslint && yarn mypy . && yarn ruff . && yarn check-spelling && yarn check-formatting' ,
2626 },
2727 },
28+ prettierignore+: [
29+ '*.nsi' ,
30+ ],
2831 pyproject+: {
2932 project+: {
3033 scripts+: {
Original file line number Diff line number Diff line change @@ -52,12 +52,13 @@ ManifestDPIAware true
5252!insertmacro MUI_LANGUAGE " English"
5353
5454; Version information
55- VIProductVersion " 0.1.3 .0"
55+ VIAddVersionKey " ProductVersion " " ${APP_VERSION} .0"
5656VIAddVersionKey " ProductName" " ${APP_NAME}"
5757VIAddVersionKey " CompanyName" " ${APP_PUBLISHER}"
5858VIAddVersionKey " FileDescription" " ${APP_NAME} Installer"
5959VIAddVersionKey " FileVersion" " ${APP_VERSION}"
60- VIAddVersionKey " LegalCopyright" " Copyright (c) ${CURRENT_YEAR} ${APP_PUBLISHER}."
60+ VIAddVersionKey " LegalCopyright" " Copyright © ${CURRENT_YEAR} ${APP_PUBLISHER}."
61+ VIAddVersionKey " Comments" " ${APP_URL}"
6162
6263Section " Install" SecInstall
6364 SetOutPath " $INSTDIR"
You can’t perform that action at this time.
0 commit comments