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
etersoft
eepm
Commits
887a2539
Commit
887a2539
authored
Mar 29, 2024
by
Иван Мажукин
Committed by
Vitaly Lipatov
Mar 29, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm pack sidequest: fix icons install
parent
74100f8a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
sidequest.sh
pack.d/sidequest.sh
+2
-2
No files found.
pack.d/sidequest.sh
View file @
887a2539
...
...
@@ -20,8 +20,8 @@ mkdir -p usr/share/applications/
mv
$BASENAME
/ opt/sidequest
for
res
in
16x16 24x24 32x32 48x48 64x64 128x128 256x256 512x512 1024x1024
;
do
install
-dm
644
"usr/share/icons/hicolor/
${
res
}
/apps/"
cp
opt/sidequest/resources/app.asar.unpacked/build/icons/
${
res
}
.png usr/share/icons/hicolor/
${
res
}
/apps/sidequest.png
install
-dm
755
"usr/share/icons/hicolor/
${
res
}
/apps/"
install
-m644
opt/sidequest/resources/app.asar.unpacked/build/icons/
${
res
}
.png usr/share/icons/hicolor/
${
res
}
/apps/sidequest.png
done
# create desktop file
...
...
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