This probably won't work

This commit is contained in:
Puyo 2021-06-11 15:58:50 +02:00 committed by GitHub
parent 37da2991ba
commit ad006a8efe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,10 @@ install:
build_script:
- haxelib run lime build mac
after_build:
- hdiutil create /Users/appveyor/temp.dmg -ov -volname "KadeEngine-macOS" -fs HFS+ -srcfolder "/Users/appveyor/projects/kade-engine-macos/export/release/mac/bin"
- hdiutil convert /Users/appveyor/temp.dmg -format UDZO -o /Users/appveyor/KadeEngine-macOS.dmg
artifacts:
- path: "Kade Engine.app"
name: macOS build idk
- path: "/Users/appveyor/KadeEngine-macOS.dmg"
name: Kade Engine for macOS