Set assets dir for Windows

This commit is contained in:
ReenigneArcher
2022-05-06 13:21:47 -04:00
parent c409022df5
commit 93aebf461a

View File

@@ -228,7 +228,7 @@ jobs:
run: |
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -G "MinGW Makefiles" ..
cmake -DCMAKE_BUILD_TYPE=Release -DSUNSHINE_ASSETS_DIR=assets -G "MinGW Makefiles" ..
mingw32-make -j2
- name: Package Windows