mirror of
https://github.com/taigrr/wails.git
synced 2026-04-02 13:19:00 -07:00
10 lines
81 B
Bash
Executable File
10 lines
81 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# Build runtime
|
|
cd runtime/js
|
|
npm run build
|
|
|
|
cd ../..
|
|
mewn
|
|
|