Skip to content

Commit

Permalink
bugs fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
RoderickQiu committed Feb 27, 2020
1 parent ee1af73 commit 81eeaa6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": ".",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
Binary file removed res/builder/nsisResources/uninstallerIcon.ico
Binary file not shown.
1 change: 0 additions & 1 deletion res/builder/win.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
}
}
Expand Down

0 comments on commit 81eeaa6

Please sign in to comment.