Skip to content

Commit

Permalink
Moonlight core updated
Browse files Browse the repository at this point in the history
  • Loading branch information
XITRIX committed Oct 27, 2023
1 parent 3fbad43 commit 687e879
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ICON := resources/img/moonlight_icon.jpg
INCLUDES := app/src app/include
APP_TITLE := Moonlight
APP_AUTHOR := XITRIX
APP_VERSION := 0.13.3
APP_VERSION := 0.13.4

ROMFS := resources
EXTERN_PATH := extern
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ moonlight = executable(
dependencies : [borealis_dependencies, moonlight_dependencies],
install: true,
include_directories: [ borealis_include, app_include, moonlight_common_c_include, zeroconf_include ],
cpp_args: [ '-static', '-w', '-g', '-O2', '-DAPP_VERSION="0.13.3"', '-DBRLS_RESOURCES="./resources/"', '-DBRLS_I18N_PREFIX="main/"', ] + moonlight_cpp_args + borealis_cpp_args
cpp_args: [ '-static', '-w', '-g', '-O2', '-DAPP_VERSION="0.13.4"', '-DBRLS_RESOURCES="./resources/"', '-DBRLS_I18N_PREFIX="main/"', ] + moonlight_cpp_args + borealis_cpp_args
)

0 comments on commit 687e879

Please sign in to comment.