Skip to content

Commit cc2055f

Browse files
author
remy
committed
update setup
1 parent 7a4104e commit cc2055f

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

setup.iss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
; build deploy on windows
55
; \qt5\5.15.2\mingw81_32\bin\qtenv2.bat
6-
; cd \Users\user\git\build-CertInfo-Desktop_Qt_5_15_2_MinGW_32_bit-Release\release
6+
; cd \Users\user\git\build-CertInfo-Desktop_Qt_5_15_2_MinGW_64_bit-Release\release
77
; \qt5\5.15.2\mingw81_32\bin\windeployqt.exe CertInfo.exe
88

99
#define MyAppName "CertInfo"
@@ -30,7 +30,7 @@ LicenseFile=C:\Users\user\git\CertInfo\LICENSE
3030
;PrivilegesRequired=lowest
3131
PrivilegesRequiredOverridesAllowed=dialog
3232
OutputDir=C:\Users\user\git\setup
33-
OutputBaseFilename=leafnodesetup
33+
OutputBaseFilename=CertInfoSetup
3434
SetupIconFile=C:\Users\user\git\CertInfo\certinfo.ico
3535
Compression=lzma
3636
SolidCompression=yes
@@ -43,8 +43,8 @@ Name: "english"; MessagesFile: "compiler:Default.isl"
4343
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
4444

4545
[Files]
46-
Source: "C:\Users\user\git\build-CertInfo-Desktop_Qt_5_15_2_MinGW_32_bit-Release\release\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
47-
Source: "C:\Users\user\git\build-CertInfo-Desktop_Qt_5_15_2_MinGW_32_bit-Release\release\*"; DestDir: "{app}"
46+
Source: "C:\Users\user\git\build-CertInfo-Desktop_Qt_5_15_2_MinGW_64_bit-Release\release\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
47+
Source: "C:\Users\user\git\build-CertInfo-Desktop_Qt_5_15_2_MinGW_64_bit-Release\release\*"; DestDir: "{app}"
4848
Source: "C:\Qt5\Tools\OpenSSL\Win_x86\bin\*.dll"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
4949
Source: "C:\windows\system32\msvcr100.dll"; DestDir: "{app}";
5050
; NOTE: Don't use "Flags: ignoreversion" on any shared system files

src/main.qml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -699,18 +699,11 @@ GNU Lesser General Public License v2.1
699699
// LEAVING ONLY A LIST OF UNUSED ROOT CA'S
700700

701701
DomainsListTextFile {
702-
id: txt
703-
Component.onCompleted: {
704-
txt.getHostnamesFromTextFile("file:///C:/Users/Remy/domains.txt")
705-
}
702+
id: txt
706703
}
707704

708705
BrowserHistoryDB {
709706
id: db
710-
// Component.onCompleted: {
711-
// db.openDb("file:///C:/Users/Remy/places.sqlite")
712-
// db.getHostnamesFromDb()
713-
// }
714707
}
715708

716709

0 commit comments

Comments
 (0)