Skip to content

Commit 20eb400

Browse files
committed
adjusts
1 parent 542a6be commit 20eb400

File tree

3 files changed

+4
-240
lines changed

3 files changed

+4
-240
lines changed

build/windows/installer/project.nsi

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,7 @@ ManifestDPIAware true
5050

5151
!include "MUI.nsh"
5252

53-
!ifndef REQUEST_EXECUTION_LEVEL
54-
!define REQUEST_EXECUTION_LEVEL "user"
55-
!endif
53+
RequestExecutionLevel user ;
5654
!define MUI_ICON "..\icon.ico"
5755
!define MUI_UNICON "..\icon.ico"
5856
# !define MUI_WELCOMEFINISHPAGE_BITMAP "resources\leftimage.bmp" #Include this to add a bitmap on the left side of the Welcome Page. Must be a size of 164x314
@@ -67,7 +65,7 @@ ManifestDPIAware true
6765

6866
!insertmacro MUI_UNPAGE_INSTFILES # Uinstalling page
6967

70-
!insertmacro MUI_LANGUAGE "English" # Set the Language of the installer
68+
!insertmacro MUI_LANGUAGE "PortugueseBR" # Set the Language of the installer
7169

7270
## The following two statements can be used to sign the installer and the uninstaller. The path to the binaries are provided in %1
7371
#!uninstfinalize 'signtool --file "%1"'

build/windows/installer/wails_tools.nsh

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

wails.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
"email": "mvrpl.me@gmail.com"
1212
},
1313
"info": {
14+
"companyName": "mvrpl_br",
15+
"productName": "Desktop Cheat Sheet",
1416
"productVersion": "0.1.0"
1517
},
1618
"nsisType": "single"

0 commit comments

Comments
 (0)