Skip to content
Snippets Groups Projects
Commit ed6c3ce3 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

ci: Windows: Rename executable

parent 727beb71
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment