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
97735244
Commit
97735244
authored
Apr 01, 2024
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm pack sidequest: cleanup
parent
42baa46b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
sidequest.sh
pack.d/sidequest.sh
+2
-3
sidequest.sh
repack.d/sidequest.sh
+0
-3
No files found.
pack.d/sidequest.sh
View file @
97735244
...
...
@@ -11,11 +11,10 @@ BASENAME=$(basename $TAR .tar.xz)
VERSION
=
$(
echo
$BASENAME
|
sed
-e
's|SideQuest-||'
|
sed
-e
's|.tar.xz||'
)
[
-n
"
$VERSION
"
]
||
fatal
"Can't get package version"
ln
-s
$TAR
$BASENAME
.tar.xz
erc unpack
$BASENAME
.tar.xz
||
fatal
erc unpack
$TAR
||
fatal
mkdir
-p
opt
mv
$BASENAME
*
opt/sidequest
mv
$BASENAME
*
opt/sidequest
||
fatal
for
res
in
16x16 24x24 32x32 48x48 64x64 128x128 256x256 512x512 1024x1024
;
do
install
-dm755
"usr/share/icons/hicolor/
${
res
}
/apps/"
...
...
repack.d/sidequest.sh
View file @
97735244
...
...
@@ -12,6 +12,3 @@ add_bin_link_command
fix_chrome_sandbox
add_electron_deps
# fix_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