Renamed prime-installer to bundler to avoid Windows privilege escalation request

This commit is contained in:
claudiol 2021-07-26 17:20:42 -04:00
parent d7293ce6a9
commit 9027018f48
98 changed files with 8 additions and 3 deletions

View file

@ -1850,7 +1850,7 @@ QString MainWindow::getDocumentsLocation()
if(currentfile.isEmpty()) {
path = QStandardPaths::locate(QStandardPaths::DocumentsLocation,
"newRPL", QStandardPaths::LocateDirectory);
"newRPL Files", QStandardPaths::LocateDirectory);
if(path.isEmpty())
path = QStandardPaths::writableLocation(QStandardPaths::
DocumentsLocation);

View file

@ -1,4 +1,7 @@
Copyright (c) 2014, Claudio Lapilli and the newRPL Team
newRPL license
---------------
Copyright (c) 2014 to 2021, Claudio Lapilli and the newRPL Team
All rights reserved.

View file

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

View file

@ -122,4 +122,4 @@ DISTFILES += \
thirdparty/LICENSE.md5
# Set application icon for the windows applications - this is target-specific
win32: RC_ICONS = ../../../bitmap/newRPL.ico
win32: RC_ICONS = ../../bitmap/newRPL.ico

View file

@ -11,6 +11,7 @@ OutputBaseFilename=newRPL Desktop Installer
SourceDir=userdocs:deploy-newRPL-Desktop
PrivilegesRequired=lowest
PrivilegesRequiredOverridesAllowed=dialog
LicenseFile=license\LICENSE.txt
[Types]
Name: "full"; Description: "Full installation"
@ -47,6 +48,7 @@ Source: "sample themes\Color_Theme_AmberCRT.nrpl"; DestDir: "{autodocs}\newRPL F
Source: "sample themes\Color_Theme_Default.nrpl"; DestDir: "{autodocs}\newRPL Files\Sample Themes"; Components: "desktopprime\samplethemes"
Source: "sample themes\Color_Theme_GreenCRT.nrpl"; DestDir: "{autodocs}\newRPL Files\Sample Themes"; Components: "desktopprime\samplethemes"
Source: "sample themes\Color_Theme_Red.nrpl"; DestDir: "{autodocs}\newRPL Files\Sample Themes"; Components: "desktopprime\samplethemes"
Source: "license\LICENSE.txt"; DestDir: "{app}"; Components: desktopprime desktop50g primeinstaller