mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-09-06 05:24:36 +02:00
...
This commit is contained in:
14
build.sh
14
build.sh
@@ -20,3 +20,17 @@ cd Menu/GameShell/10_Settings/Wifi
|
||||
go build -o wifi.so -buildmode=plugin
|
||||
cd -
|
||||
|
||||
cd Menu/GameShell/10_Settings/Sound
|
||||
go build --ldflags="-s -w" o sound.so -buildmode=plugin
|
||||
cd -
|
||||
|
||||
cd Menu/GameShell/10_Settings/Brightness
|
||||
go build --ldflags="-s -w" o brightness.so -buildmode=plugin
|
||||
cd -
|
||||
|
||||
|
||||
cd Menu/GameShell/10_Settings/Update
|
||||
go build -o update.so -buildmode=plugin
|
||||
cd -
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user