Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
eepm
Commits
0e727f81
Commit
0e727f81
authored
Mar 31, 2026
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm repack: fix deepseek-desktop icon, limit generic-post icon rename to pixmaps only
parent
0ca6a013
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
deepseek-desktop.sh
repack.d/deepseek-desktop.sh
+5
-1
generic-post.sh
repack.d/generic-post.sh
+1
-1
No files found.
repack.d/deepseek-desktop.sh
View file @
0e727f81
...
...
@@ -9,7 +9,11 @@ PRODUCTDIR=/opt/deepseek-desktop/unpacked
.
$(
dirname
$0
)
/common.sh
remove_file /opt/deepseek-desktop/icon.png
add_electron_deps
add_bin_link_command
$PRODUCT
install_file /opt/
$PRODUCT
/meta/gui/icon.png /usr/share/pixmaps/
$PRODUCT
.png
fix_desktop_file /opt/
$PRODUCT
/unpacked/
$PRODUCT
repack.d/generic-post.sh
View file @
0e727f81
...
...
@@ -79,7 +79,7 @@ for DESKTOPFILE in $BUILDROOT/usr/share/applications/*.desktop ; do
if
[
-z
"
$ICON
"
]
||
[
"
$ICON
"
=
"icon"
]
||
[
"
$ICON
"
=
"icon.png"
]
;
then
newicon
=
"
$PRODUCT
"
mv
"
$BUILDROOT
/usr/share/pixmaps/icon.png"
"
$BUILDROOT
/usr/share/pixmaps/
$newicon
.png"
subst
"s|
icon
\.
png|
$newicon
.png|"
$SPEC
subst
"s|
/usr/share/pixmaps/icon
\.
png|/usr/share/pixmaps/
$newicon
.png|"
$SPEC
subst
"s|^Icon=.*|Icon=
$newicon
|"
"
$DESKTOPFILE
"
ICON
=
"
$newicon
"
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment