mirror of
https://github.com/localsend/localsend.git
synced 2026-04-18 05:57:36 -04:00
16 lines
302 B
Bash
16 lines
302 B
Bash
fvm flutter clean
|
|
fvm flutter pub get
|
|
fvm flutter pub run build_runner build -d
|
|
fvm flutter build linux
|
|
|
|
rm -rf AppDir
|
|
rm -rf appimage-build
|
|
|
|
mkdir AppDir
|
|
cp -r build/linux/x64/release/bundle/* AppDir
|
|
appimage-builder
|
|
sudo chmod +x LocalSend-latest-x86_64.AppImage
|
|
|
|
rm -rf AppDir
|
|
rm -rf appimage-build
|