mirror of
https://github.com/taigrr/wails.git
synced 2026-04-13 18:38:11 -07:00
feat: significant overhaul of runtime
This commit is contained in:
@@ -1,9 +1,20 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Build runtime
|
||||
echo "**** Building Runtime ****"
|
||||
cd runtime/js
|
||||
npm run build
|
||||
|
||||
cd ../..
|
||||
|
||||
echo "**** Packing Assets ****"
|
||||
mewn
|
||||
|
||||
echo "**** Installing Wails locally ****"
|
||||
cd cmd/wails
|
||||
go install
|
||||
cd ../..
|
||||
|
||||
echo "**** Tidying the mods! ****"
|
||||
go mod tidy
|
||||
|
||||
echo "**** WE ARE DONE! ****"
|
||||
|
||||
Reference in New Issue
Block a user