We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63f3dfc commit 281b1dbCopy full SHA for 281b1db
fileshare/makefile
@@ -10,6 +10,7 @@ build-apk:
10
mv build/app/outputs/flutter-apk/app-release.apk ./bin/fileshare-arm64-v8a-release.apk
11
build-linux:
12
flutter build linux
13
+ - mkdir -p linux-deb/opt/fileshare/lib
14
cp -r build/linux/x64/release/bundle/* linux-deb/opt/fileshare/
15
cp lib/*.so linux-deb/opt/fileshare/lib/
16
cp linux-deb/logo.png linux-deb/opt/fileshare/
0 commit comments