Skip to content
Snippets Groups Projects
Commit f04b6ff0 authored by Holger's avatar Holger
Browse files

fix ci

parent 09912cda
No related branches found
No related tags found
2 merge requests!5Taken current version of master branch in the https://github.com/holgern/beem,!4Original changes pushed to master at https://github.com/holgern/beem
......@@ -80,7 +80,7 @@ after_test:
- ps: 7z a $env:BUILD .\dist\beempy
- ps: 7z a $env:BUILD2 .\dist\beempy.exe
- cmd: makensis.exe /V4 pyinstaller\windows_installer.nsi
- ps copy /Y pyinstaller/BeempySetup.exe $env:BUILD3
- ps Copy-Item .\pyinstaller\BeempySetup.exe -Destination $env:BUILD3
- ps: | # generate sha256 hashes
(get-filehash $env:BUILD -algorithm SHA256).Hash | out-file ("{0}.sha256" -f $env:BUILD) -encoding ascii
......
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