Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/coolgirl-multirom-builder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-11-16 16:33:17 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-11-16 16:33:17 +0300
commit77f859f42cbc69c253c90728d5a094ba25a52e36 (patch)
treeca748601155392ad80ed6f0eab8fc1c97d7501ac
parent95ebfce9994dcd6c4e3663078ef166e834c53dfc (diff)
Pipeline fix
-rw-r--r--.github/workflows/build.yaml6
-rw-r--r--configs/games.list4
-rw-r--r--demos/bad_apple_2.nesbin0 -> 524304 bytes
3 files changed, 6 insertions, 4 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index ceee427..ac74d81 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -32,7 +32,7 @@ jobs:
- name: Copy main files
run: >-
mkdir -p ${{ env.OUTPUT_DIR }} &&
- cp -fR *.asm Makefile LICENSE README.md configs spec demos games homebrew images footer.* output
+ cp -fR *.asm Makefile LICENSE README.md configs spec demos games images footer.* output
- name: Build CoolgirlCombiner for Linux-x64
env:
SC_OPS: ${{ matrix.sc == 'self-contained' && '--self-contained true' || '--no-self-contained' }}
@@ -120,7 +120,7 @@ jobs:
- name: Copy main files
run: >-
mkdir -p ${{ env.OUTPUT_DIR }} &&
- cp -fR *.asm Makefile LICENSE README.md configs spec demos games homebrew images footer.* output
+ cp -fR *.asm Makefile LICENSE README.md configs spec demos games images footer.* output
- name: Build CoolgirlCombiner for MacOS-x64
env:
SC_OPS: ${{ matrix.sc == 'self-contained' && '--self-contained true' || '--no-self-contained' }}
@@ -174,7 +174,7 @@ jobs:
shell: msys2 {0}
run: >-
mkdir -p ${{ env.OUTPUT_DIR }} &&
- cp -fR *.asm Makefile LICENSE README.md configs spec demos games homebrew images footer.* output
+ cp -fR *.asm Makefile LICENSE README.md configs spec demos games images footer.* output
- name: Build CoolgirlCombiner for Win-x64
env:
SC_OPS: ${{ matrix.sc == 'self-contained' && '--self-contained true' || '--no-self-contained' }}
diff --git a/configs/games.list b/configs/games.list
index c1a7335..3b3195a 100644
--- a/configs/games.list
+++ b/configs/games.list
@@ -4,7 +4,7 @@
; You can add "!NOSORT" at the beginning of the file to disable alphabetically sorting
!NOSORT
-; You can add few hidden ROMs! I'm using it for some system tests.
+; You can add few hidden ROMs using "?" as name! I'm using it for some system tests.
; First will be started while holding Up+A+B at start.
; Second one will be started while holding Down+A+B at start.
; Also you can add third hidden ROM, it will be started using konami code :)
@@ -16,6 +16,8 @@ demos/Unchained_Nostalgia.nes | ?
- | - DEMOS -
; Just pathes to ROMs
demos/after_dark.nes | AFTER DARK
+demos/bad_apple_2.nes | BAD APPLE
+
- | - GAMES -
; Use tailing "/" to add the whole directory
games/
diff --git a/demos/bad_apple_2.nes b/demos/bad_apple_2.nes
new file mode 100644
index 0000000..8e75b01
--- /dev/null
+++ b/demos/bad_apple_2.nes
Binary files differ