mirror of
https://git.code.sf.net/p/newrpl/sources
synced 2024-11-16 19:51:25 +01:00
Renamed prime-installer to bundler to avoid Windows privilege escalation request
This commit is contained in:
parent
d7293ce6a9
commit
9027018f48
98 changed files with 8 additions and 3 deletions
|
@ -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);
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
|
@ -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
|
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue