Skip to content

Commit

Permalink
Prepare for 2.6.0 release build
Browse files Browse the repository at this point in the history
  • Loading branch information
chkuendig committed Aug 4, 2022
1 parent d7ad367 commit db60018
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 32 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,14 @@ jobs:
- name: Build ScummVM 🔧
run: |
cd scummvm
./dists/emscripten/build.sh build --verbose --enable-plugins --disable-tinygl --default-dynamic --enable-all-engines --bundle-games=testbed,comi/comi-win-large-demo-en.zip,warlock,sky/BASS-Floppy-1.3.zip,drascula/drascula-audio-mp3-2.0.zip,monkey4,feeble,queen/FOTAQ_Floppy.zip,ft,grim/grim-win-demo2-en.zip,lsl7,lure,myst,phantasmagoria,riven,hires1,tlj,sword2,"https://archive.org/download/Last_Express_demo/Last_Express_demo.zip",sinistersix,"https://downloads.scummvm.org/frs/demos/hypno/wetlands-dos-demo1-en.zip",jman,wrath,chuckaduck
./dists/emscripten/build.sh build --enable-release --enable-plugins --default-dynamic --bundle-games=comi/comi-win-large-demo-en.zip,warlock,sky/BASS-Floppy-1.3.zip,drascula/drascula-audio-mp3-2.0.zip,monkey4,feeble,queen/FOTAQ_Floppy.zip,ft,grim/grim-win-demo2-en.zip,lsl7,lure,myst,phantasmagoria,riven,tlj,sword2,sinistersix,"https://downloads.scummvm.org/frs/demos/hypno/wetlands-dos-demo1-en.zip",sanitarium
cp build-emscripten/scummvm.html build-emscripten/index.html
cp AUTHORS build-emscripten/
cp COPYING build-emscripten/
cp LICENSES/* build-emscripten/
cp COPYRIGHT build-emscripten/
cp NEWS* build-emscripten/
cp README* build-emscripten/
cd ..
- name: Deploy Demo 🚀
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "scummvm"]
path = scummvm
url = https://github.com/chkuendig/scummvm
url = https://github.com/scummvm/scummvm
[submodule "scummvm-icons"]
path = scummvm-icons
url = https://github.com/scummvm/scummvm-icons/
29 changes: 0 additions & 29 deletions netlify.toml.bak

This file was deleted.

2 changes: 1 addition & 1 deletion scummvm
Submodule scummvm updated 997 files

0 comments on commit db60018

Please sign in to comment.