mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-09-05 21:14:34 +02:00
now try to replace .so with go code
This commit is contained in:
22
build.sh
22
build.sh
@@ -12,25 +12,3 @@ cd Menu/GameShell/10_Settings
|
||||
go build -o Settings.so -buildmode=plugin
|
||||
cd -
|
||||
|
||||
cd Menu/GameShell/10_Settings/About
|
||||
go build -o about.so -buildmode=plugin
|
||||
cd -
|
||||
|
||||
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