This repository has been archived on 2024-05-15. You can view files and clone it, but cannot push or open issues or pull requests.
fugg/run.sh

12 lines
118 B
Bash
Executable File

source ./vendor/emsdk/emsdk_env.sh
cd build
emcmake cmake ..
make
cd ..
cd ..
cd fugg-launcher
npm run start
cd ..