Skip to content

Commit 281b1db

Browse files
committed
makefile
1 parent 63f3dfc commit 281b1db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fileshare/makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ build-apk:
1010
mv build/app/outputs/flutter-apk/app-release.apk ./bin/fileshare-arm64-v8a-release.apk
1111
build-linux:
1212
flutter build linux
13+
- mkdir -p linux-deb/opt/fileshare/lib
1314
cp -r build/linux/x64/release/bundle/* linux-deb/opt/fileshare/
1415
cp lib/*.so linux-deb/opt/fileshare/lib/
1516
cp linux-deb/logo.png linux-deb/opt/fileshare/

0 commit comments

Comments
 (0)