Prechádzať zdrojové kódy

Added archive.mod to release.

Brucey 2 rokov pred
rodič
commit
35fe501097

+ 1 - 1
.github/workflows/linux-weekly.yml

@@ -41,7 +41,7 @@ jobs:
             body: |
                 BlitzMax, Linux edition, aimed at x64 development, with x64 MaxIDE.
 
-                Includes SDL backend, mojo2, Crypto, Audio, Image, Math, Net, Random, Text, Steam and Gtk MaxGUI.
+                Includes SDL backend, mojo2, Crypto, Audio, Archive, Image, Math, Net, Random, Text, Steam and Gtk MaxGUI.
                 
                 ### Installation notes
                 

+ 1 - 1
.github/workflows/macos-x64-weekly.yml

@@ -39,7 +39,7 @@ jobs:
             body: |
                 BlitzMax, x64 macOS edition.
 
-                Includes SDL backend, mojo2, Crypto, Audio, Image, Math, Random, Net, Text, Steam.
+                Includes SDL backend, mojo2, Crypto, Audio, Archive, Image, Math, Random, Net, Text, Steam.
                 
                 ## Installing
                 

+ 1 - 1
.github/workflows/rpi-weekly.yml

@@ -44,7 +44,7 @@ jobs:
             body: |
                 BlitzMax, RaspberryPi edition, aimed at 32-bit ARM development, with MaxIDE.
 
-                Includes SDL backend, mojo2, Crypto, Audio, Image, Math, Net, Random, Text and Gtk MaxGUI.
+                Includes SDL backend, mojo2, Crypto, Audio, Archive, Image, Math, Net, Random, Text and Gtk MaxGUI.
                 
                 ### Installation notes
                 

+ 1 - 1
.github/workflows/win32-weekly.yml

@@ -41,7 +41,7 @@ jobs:
             body: |
                 BlitzMax, Windows edition, with both x86 and x64 MinGW-w64 distributions.
 
-                Includes SDL backend, mojo2, Crypto, Audio, Image, Math, Net, Random, Text and Steam.
+                Includes SDL backend, mojo2, Crypto, Audio, Archive, Image, Math, Net, Random, Text and Steam.
                 
                 ### Installation notes
                 

+ 1 - 1
src/scripts/build_release.sh

@@ -90,7 +90,7 @@ LINUX_ARCH=("x86" "x64" "arm" "arm64" "riscv64")
 RPI_ARCH=("arm" "arm64")
 WIN_VERS=("mingw" "llvm")
 
-MOD_LIST=("brl" "pub" "maxgui" "audio" "crypto" "image" "mky" "net" "random" "sdl" "steam" "text" "math")
+MOD_LIST=("brl" "pub" "maxgui" "audio" "crypto" "image" "mky" "net" "random" "sdl" "steam" "text" "math" "archive")
 SAMPLE_LIST=("aaronkoolen/AStar/astar_demo.bmx" "birdie/games/tempest/tempest.bmx" "birdie/games/tiledrop/tiledrop.bmx" "birdie/games/zombieblast/game.bmx" "breakout/breakout.bmx" "digesteroids/digesteroids.bmx" "firepaint/firepaint.bmx" "flameduck/circlemania/cmania.bmx" "flameduck/oldskool2/oldskool2.bmx" "hitoro/fireworks.bmx" "hitoro/shadowimage.bmx" "simonh/fireworks/fireworks.bmx" "simonh/snow/snowfall.bmx" "spintext/spintext.bmx" "starfieldpong/starfieldpong.bmx" "tempest/tempest.bmx")
 
 get_arch() {