mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-05-22 07:06:24 +08:00
12 lines
195 B
Bash
Executable File
12 lines
195 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -eux
|
|
|
|
cd "$(dirname "$0")/.."
|
|
|
|
flutter config --enable-linux-desktop
|
|
flutter build linux
|
|
|
|
sed -i "s|_CODE_PATH_|$(pwd)|" AppImageBuilder.yml
|
|
appimage-builder --skip-test
|