diff --git a/appveyor.yml b/appveyor.yml index 06c5bc55..5f1040d1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 diff --git a/flameshot.pro b/flameshot.pro index 619b10e0..876806e8 100644 --- a/flameshot.pro +++ b/flameshot.pro @@ -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 diff --git a/win_setup/flameshot.iss b/win_setup/flameshot.iss index 9f0a451e..5209a687 100644 --- a/win_setup/flameshot.iss +++ b/win_setup/flameshot.iss @@ -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