mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
Version bump to 8.31RR3
This commit is contained in:
parent
8ecef62a5d
commit
d4aa45d6cb
2 changed files with 3 additions and 1 deletions
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
@ -45,6 +45,8 @@ jobs:
|
||||||
wget -c https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2023-11-30-12-55/ffmpeg-n6.0.1-win64-lgpl-shared-6.0.zip
|
wget -c https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2023-11-30-12-55/ffmpeg-n6.0.1-win64-lgpl-shared-6.0.zip
|
||||||
unzip -o ffmpeg-n6.0.1-win64-lgpl-shared-6.0.zip
|
unzip -o ffmpeg-n6.0.1-win64-lgpl-shared-6.0.zip
|
||||||
cp ffmpeg-n6.0.1-win64-lgpl-shared-6.0/bin/*.dll release/
|
cp ffmpeg-n6.0.1-win64-lgpl-shared-6.0/bin/*.dll release/
|
||||||
|
# remove unused libraries
|
||||||
|
rm -fv release/avdevice*.dll release/avfilter*.dll release/postproc*.dll
|
||||||
# static SDL2
|
# static SDL2
|
||||||
wget -c https://github.com/libsdl-org/SDL/releases/download/release-2.28.5/SDL2-2.28.5-win32-x64.zip
|
wget -c https://github.com/libsdl-org/SDL/releases/download/release-2.28.5/SDL2-2.28.5-win32-x64.zip
|
||||||
unzip -o SDL2-2.28.5-win32-x64.zip
|
unzip -o SDL2-2.28.5-win32-x64.zip
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
#include "shared.h"
|
#include "shared.h"
|
||||||
#include "crc.h"
|
#include "crc.h"
|
||||||
|
|
||||||
#define YQ2VERSION "8.31RR2"
|
#define YQ2VERSION "8.31RR3"
|
||||||
#define BASEDIRNAME "baseq2"
|
#define BASEDIRNAME "baseq2"
|
||||||
|
|
||||||
#ifndef YQ2OSTYPE
|
#ifndef YQ2OSTYPE
|
||||||
|
|
Loading…
Reference in a new issue