mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-15 07:05:50 +01:00
9 lines
81 B
Bash
Executable file
9 lines
81 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
# Build runtime
|
|
cd runtime/js
|
|
npm run build
|
|
|
|
cd ../..
|
|
mewn
|
|
|