diff --git a/locales/en.json b/locales/en.json index 1701170..38aa23d 100644 --- a/locales/en.json +++ b/locales/en.json @@ -137,8 +137,7 @@ "locker": "Lock Mode", "locker-settings": "Lock Mode Settings", "locker-settings-tip-part-1": "When lock mode is on, you cannot edit settings or exit wnr. ", - "locker-settings-tip-part-2": "On macOS, the dock icon and top bar will be hidden. ", - "locker-settings-tip-part-3": "Status: ", + "locker-settings-tip-part-2": "On macOS, the dock icon and top bar will be hidden. Status: ", "on": "on", "off": "off", "period-symbol": ".", diff --git a/package.json b/package.json index 2d13e7e..4daf088 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wnr", - "version": "1.12.0", + "version": "1.12.1", "description": "It's a timer app with strong expansibility for computers. The name is an abbr of \"Work and Rest\".", "main": "main.js", "scripts": { diff --git a/res/builder/nsisResources/uninstallerIcon.ico b/res/builder/nsisResources/uninstallerIcon.ico deleted file mode 100644 index b041100..0000000 Binary files a/res/builder/nsisResources/uninstallerIcon.ico and /dev/null differ diff --git a/res/builder/win.js b/res/builder/win.js index 466e5fd..3558deb 100644 --- a/res/builder/win.js +++ b/res/builder/win.js @@ -23,7 +23,6 @@ const config = { "license": "LICENSE", "oneClick": false, "installerSidebar": "res/builder/nsisResources/installerSidebar.bmp", - "uninstallerIcon": "res/builder/nsisResources/uninstallerIcon.ico", "artifactName": "${productName} ${version} Setup.${ext}" } }