Skip to content

Commit

Permalink
attempt using square wheels to add version in zip name
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrasca committed Jun 22, 2018
1 parent 4a04f44 commit 504311f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Expand Up @@ -23,7 +23,7 @@ build_script:
- 'python setup.py nsis'
- 'mkdir ghini-runtime\Appdata'
- ps: $RuntimeName = Get-ChildItem C:\projects\ghini-desktop\dist -Name | Select-String -Pattern ".*-setup\.exe" | %{$_ -Replace "setup.exe","runtime.zip"}
- ps: Add-Type -Assembly "System.IO.Compression.FileSystem" ; [System.IO.Compression.ZipFile]::CreateFromDirectory("C:\projects\ghini-desktop\ghini-runtime", "C:\projects\ghini-desktop\dist\"$RuntimeName)
- ps: Add-Type -Assembly "System.IO.Compression.FileSystem" ; [System.IO.Compression.ZipFile]::CreateFromDirectory("C:\projects\ghini-desktop\ghini-runtime", "C:\projects\ghini-desktop\dist\${RuntimeName}")

cache:
- pygtk-all-in-one-2.24.2.win32-py2.7.msi
Expand Down

0 comments on commit 504311f

Please sign in to comment.