mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-04-01 04:50:03 +00:00
ScreenShot - Rename all strings "FlameShot" to "Flameshot"
This commit is contained in:
@@ -66,11 +66,11 @@ after_build:
|
||||
# Build installation
|
||||
- cp ..\..\win_setup\flameshot.iss flameshot.iss
|
||||
- C:\InnoSetup\Compil32.exe /cc flameshot.iss
|
||||
- mv Output\FlameShot-Setup.exe Output\FlameShot-Setup-%PLATFORM%.exe
|
||||
- mv Output\Flameshot-Setup.exe Output\Flameshot-Setup-%PLATFORM%.exe
|
||||
|
||||
|
||||
artifacts:
|
||||
- path: build\distrib\flameshot_%flameshot_version%_win_%PLATFORM%.zip
|
||||
name: exe_only
|
||||
- path: build\distrib\Output\FlameShot-Setup-%PLATFORM%.exe
|
||||
- path: build\distrib\Output\Flameshot-Setup-%PLATFORM%.exe
|
||||
name: installer
|
||||
|
||||
@@ -32,7 +32,7 @@ TEMPLATE = app
|
||||
win32:RC_ICONS += img/app/flameshot.ico
|
||||
QMAKE_TARGET_COMPANY = "NameCheap"
|
||||
QMAKE_TARGET_COPYRIGHT = "GNU General Public License v3.0"
|
||||
QMAKE_TARGET_DESCRIPTION = "FlameShot - S3 bucket edition"
|
||||
QMAKE_TARGET_DESCRIPTION = "Flameshot - S3 bucket edition"
|
||||
VERSION = $$BASE_VERSION + "." + $$TAG_VERSION
|
||||
|
||||
#release: DESTDIR = build/release
|
||||
|
||||
@@ -5,18 +5,18 @@
|
||||
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING .ISS SCRIPT FILES!
|
||||
|
||||
[Setup]
|
||||
AppName=FlameShot
|
||||
AppName=Flameshot
|
||||
AppVersion=0.7.3
|
||||
AppCopyright=NameCheap inc.
|
||||
VersionInfoVersion=0.7.3
|
||||
WizardStyle=modern
|
||||
DefaultDirName={autopf}\FlameShot
|
||||
DefaultGroupName=FlameShot
|
||||
DefaultDirName={autopf}\Flameshot
|
||||
DefaultGroupName=Flameshot
|
||||
UninstallDisplayIcon={app}\flameshot.exe
|
||||
Compression=lzma2
|
||||
SolidCompression=yes
|
||||
;OutputDir=userdocs:Inno Setup Examples Output
|
||||
OutputBaseFilename=FlameShot-Setup
|
||||
OutputBaseFilename=Flameshot-Setup
|
||||
ChangesAssociations=yes
|
||||
UserInfoPage=yes
|
||||
PrivilegesRequiredOverridesAllowed=dialog
|
||||
@@ -34,8 +34,8 @@ Source: "flameshot\platforms\*"; DestDir: "{app}\platforms"
|
||||
Source: "flameshot\translations\*"; DestDir: "{app}\translations"
|
||||
|
||||
[Icons]
|
||||
Name: "{group}\FlameShot"; Filename: "{app}\flameshot.exe"; WorkingDir: "{app}"
|
||||
Name: "{commondesktop}\FlameShot"; Filename: "{app}\flameshot.exe"; WorkingDir: "{app}"
|
||||
Name: "{group}\Flameshot"; Filename: "{app}\flameshot.exe"; WorkingDir: "{app}"
|
||||
Name: "{commondesktop}\Flameshot"; Filename: "{app}\flameshot.exe"; WorkingDir: "{app}"
|
||||
|
||||
; NOTE: Most apps do not need registry entries to be pre-created. If you
|
||||
; don't know what the registry is or if you need to use it, then chances are
|
||||
|
||||
Reference in New Issue
Block a user