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 4717a4f commit f75f944Copy full SHA for f75f944
.github/workflows/build.yml
@@ -242,7 +242,7 @@ jobs:
242
mkdir -p debian/gopeed/usr/share/applications
243
mkdir -p debian/gopeed/usr/share/icons/hicolor/scalable/apps
244
mkdir -p debian/gopeed/DEBIAN
245
-
+ mkdir -p debian/gopeed/usr/bin
246
cp -r build/linux/x64/release/bundle/* debian/gopeed/opt/gopeed/
247
cp assets/icon/icon.svg debian/gopeed/usr/share/icons/hicolor/scalable/apps/com.gopeed.Gopeed.svg
248
ln -sf /opt/gopeed/gopeed debian/gopeed/usr/bin/gopeed
0 commit comments