summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-11-18 12:19:41 +0100
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-11-18 12:19:41 +0100
commit04c094595ea20cea8be45a98667db99ddde055b8 (patch)
tree5d24abbf5826a4ae5d5ef9cddd7b5a3dc81a2d73
parent3fba37c221be947ebbd821c4f59cb2f4667d4b44 (diff)
No more need to rename, I chose my output format ages ago
-rw-r--r--.appveyor.yml4
-rw-r--r--qtpass.iss2
2 files changed, 3 insertions, 3 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index afea7701..58dbdbe2 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -10,12 +10,12 @@ after_build:
- cmd: copy LICENSE release\LICENSE.txt
- iscc qtpass.iss
artifacts:
- - path: Output\QtPass_v*.exe
+ - path: Output\qtpass-*.exe
deploy:
provider: GitHub
auth_token:
secure: YfscG1DR0+kApThPXxQSr+ZEjUOUlIG0Tqc5+90IFsUInyICRRMdbJsbxR2qhq/p
- artifact: /QtPass_v[0-9]+\.[0-9]+\.[0-9]+\.exe/
+ artifact: /qtpass-[0-9]+\.[0-9]+\.[0-9]+\.exe/
draft: true
prerelease: false
on:
diff --git a/qtpass.iss b/qtpass.iss
index ef140c4a..4f587c12 100644
--- a/qtpass.iss
+++ b/qtpass.iss
@@ -24,7 +24,7 @@ AppUpdatesURL={#MyAppURL}
DefaultDirName={pf}\{#MyAppName}
DefaultGroupName={#MyAppName}
LicenseFile=release\LICENSE.txt
-OutputBaseFilename={#MyAppName}_v{#MyAppVersion}
+OutputBaseFilename=qtpass-{#MyAppVersion}
Compression=lzma
SolidCompression=yes
ShowLanguageDialog=no