mirror of
https://github.com/rock88/moonlight-nx
synced 2024-11-10 06:14:15 +00:00
Update version
This commit is contained in:
parent
c00526fef8
commit
3fbb550cf2
2 changed files with 3 additions and 3 deletions
2
Makefile
2
Makefile
|
@ -41,7 +41,7 @@ TARGET := moonlight
|
|||
APP_TITLE := Moonlight
|
||||
ICON := icon.jpg
|
||||
APP_AUTHOR := port by rock88
|
||||
APP_VERSION := 1.0.9
|
||||
APP_VERSION := 1.1.0
|
||||
BUILD := build
|
||||
SOURCES := src src/libgamestream src/switch src/nanogui_resources src/streaming src/streaming/ffmpeg \
|
||||
src/crypto src/streaming/video src/crypto src/streaming/audio src/ui/windows src/ui/buttons src/ui \
|
||||
|
|
|
@ -1049,7 +1049,7 @@
|
|||
"-DHAS_FCNTL",
|
||||
"-DHAVE_PULSE",
|
||||
"-DUSE_MBEDTLS_CRYPTO",
|
||||
"-DMOONLIGHT_VERSION=\\\"1.0.9\\\"",
|
||||
"-DMOONLIGHT_VERSION=\\\"1.1.0\\\"",
|
||||
);
|
||||
OTHER_LDFLAGS = (
|
||||
"-lglfw3",
|
||||
|
@ -1140,7 +1140,7 @@
|
|||
"-DHAS_FCNTL",
|
||||
"-DHAVE_PULSE",
|
||||
"-DUSE_MBEDTLS_CRYPTO",
|
||||
"-DMOONLIGHT_VERSION=\\\"1.0.9\\\"",
|
||||
"-DMOONLIGHT_VERSION=\\\"1.1.0\\\"",
|
||||
);
|
||||
OTHER_LDFLAGS = (
|
||||
"-lglfw3",
|
||||
|
|
Loading…
Reference in a new issue