Skip to content

Commit f91bdc7

Browse files
committed
delete: installer.nsh I HATE IT SO MUCH!!!
1 parent f97df67 commit f91bdc7

File tree

3 files changed

+2
-24
lines changed

3 files changed

+2
-24
lines changed

installer.nsh

Lines changed: 0 additions & 20 deletions
This file was deleted.

mod.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@
3434
"allowToChangeInstallationDirectory": true,
3535
"createDesktopShortcut": true,
3636
"createStartMenuShortcut": true,
37-
"shortcutName": "${productName}",
38-
"include": "${installerScript}"
37+
"shortcutName": "${productName}"
3938
}
4039
},
4140
"linux": {

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@
6868
"uninstallerIcon": "src/assets/logos/twl.ico",
6969
"createDesktopShortcut": true,
7070
"createStartMenuShortcut": true,
71-
"shortcutName": "TWLauncher",
72-
"include": "installer.nsh"
71+
"shortcutName": "TWLauncher"
7372
},
7473
"linux": {
7574
"target": [

0 commit comments

Comments
 (0)