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 ce18502 commit 4a04f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Expand Up @@ -22,7 +22,7 @@ build_script:
- 'python setup.py py2exe'
- 'python setup.py nsis'
- 'mkdir ghini-runtime\Appdata'
- ps: $RuntimeName = GetChildItem C:\projects\ghini-desktop\dist -name | Select-String -pattern ".*-setup\.exe" | %{$_ -replace "setup.exe","runtime.zip"}
- 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)

cache:
Expand Down

0 comments on commit 4a04f44

Please sign in to comment.