Skip to content

Commit

Permalink
fix: deepin
Browse files Browse the repository at this point in the history
  • Loading branch information
msojocs committed Jul 27, 2024
1 parent 311e770 commit 3a97968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build-deepin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ notice "架构:$BUILD_ARCH"
if [ "$BUILD_ARCH" != "" ];then
sed -i "s#amd64#${BUILD_ARCH}#" "$build_dir/debian/control"
fi

ls -l "$build_dir/debian"
# desktop
\cp -rf "$root_dir/res/bilibili.desktop" "$base_dir/entries/applications/$package_name.desktop"
sed -i "s#Icon=bilibili#Icon=$package_name#" "$base_dir/entries/applications/$package_name.desktop"
Expand Down

0 comments on commit 3a97968

Please sign in to comment.