mirror of
https://github.com/xtool-org/xtool.git
synced 2026-02-04 11:53:30 +01:00
9 lines
103 B
Bash
Executable File
9 lines
103 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export APPIMAGE_EXTRACT_AND_RUN=1
|
|
|
|
xtool new Hello --skip-setup
|
|
cd Hello
|
|
|
|
xtool dev build
|