Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/.ci
diff options
context:
space:
mode:
authorlovetox <philipp@hoerist.com>2022-05-23 20:23:30 +0300
committerlovetox <philipp@hoerist.com>2022-05-23 20:23:30 +0300
commited6c3ce33d05311fa1dec2032f9516e2976fbc8f (patch)
treea372a17a64864e57afa711da420eb127e175191e /.ci
parent727beb711d2919b10d427622711160daf7a7380c (diff)
ci: Windows: Rename executable
Diffstat (limited to '.ci')
-rw-r--r--.ci/appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/appveyor.yml b/.ci/appveyor.yml
index 002a7af3b..3e1b40206 100644
--- a/.ci/appveyor.yml
+++ b/.ci/appveyor.yml
@@ -33,7 +33,7 @@ build_script:
- ps: |
$filename = "Gajim-$($env:GAJIM_VERSION)-$($env:ARCH)"
- $filename_portable = "Gajim-$($env:GAJIM_VERSION)-Portable-$($env:ARCH)"
+ $filename_portable = "Gajim-Portable-$($env:GAJIM_VERSION)-$($env:ARCH)"
if ($env:GAJIM_VERSION -eq "Nightly") {
$time_string=(get-date -UFormat "%Y-%m-%d").ToString()