Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JOELwindows7 committed Jun 11, 2021
2 parents 1acc01c + a2cb4f9 commit 35afcbe
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions appveyor-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ after_build:

artifacts:
- path: last-funkin-moments.tar
name: Linux build
name: Last Funkin Moments for Linux
- path: last-funkin-moments-32bit.tar
name: Linux Build 32Bit
name: Last Funkin Moments for Linux 32Bit
9 changes: 5 additions & 4 deletions appveyor-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,13 @@ build_script:
- haxelib run lime rebuild extension-webm mac
- haxelib run lime rebuild linc_luajit mac # JOELwindows7: because it seems it only had windows?
- haxelib run lime build mac

after_build:
- hdiutil create /Users/appveyor/temp.dmg -ov -volname "last-funkin-moments-macOS" -fs HFS+ -srcfolder "/Users/appveyor/projects/kaded-fnf-mods-macos/export/release/mac/bin"
- hdiutil convert /Users/appveyor/temp.dmg -format UDZO -o /Users/appveyor/last-funkin-moments-macOS.dmg
# - gtar -cvf last-funkin-moments-macOS.tar -C /Users/appveyor/projects/kade-engine-macos/export/release/macos/bin .
# JOELwindows7: upload to itch
- if [[ $(git log -1 --oneline) == *"[RELEASE]"* ]]; then ./butler push /Users/appveyor/projects/kade-engine-macos/export/release/macos/bin joelwindows7/last-funkin-moments:macOS-appveyor; fi
- if [[ $(git log -1 --oneline) == *"[RELEASE]"* ]]; then ./butler push /Users/appveyor/last-funkin-moments-macOS.dmg joelwindows7/last-funkin-moments:macOS-appveyor; fi

artifacts:
- path: last-funkin-moments.app
name: macOS build idk
- path: "/Users/appveyor/last-funkin-moments-macOS.dmg"
name: Last Funkin Moments for macOS
1 change: 1 addition & 0 deletions docs/changelogs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelogs

- [Latest](latest) (Contains changes that are not in a release yet)
- [1.5.2](changelog-1.5.2)
- [1.5.1](changelog-1.5.1)
- [1.5.0](changelog-1.5.0)
- [1.4.2 and before](changelog-pre)

0 comments on commit 35afcbe

Please sign in to comment.