diff --git a/scripts/installer.nsi b/scripts/installer.nsh similarity index 89% rename from scripts/installer.nsi rename to scripts/installer.nsh index d4dc0dfe..dfd25cae 100644 --- a/scripts/installer.nsi +++ b/scripts/installer.nsh @@ -1,3 +1,3 @@ Section test MessageBox MB_OK "Hello" # will incorrectly display 'name of ${sec2_id}: test1' -SectionEnd \ No newline at end of file +SectionEnd diff --git a/todesktop.json b/todesktop.json index e5cef512..4f491dda 100644 --- a/todesktop.json +++ b/todesktop.json @@ -22,6 +22,6 @@ "additionalBinariesToSign": ["./assets/uv/macos/uv", "./assets/uv/macos/uvx"] }, "windows": { - "nsisInclude": "./scripts/installer.nsi" + "nsisInclude": "./scripts/installer.nsh" } }