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
96224a89
Commit
96224a89
authored
Jan 25, 2025
by
CatSema
Committed by
Vitaly Lipatov
Jan 28, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play: nekoray: fix icon
https://bugzilla.altlinux.org/52228
parent
dc3d4104
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
nekoray.sh
repack.d/nekoray.sh
+3
-4
No files found.
repack.d/nekoray.sh
View file @
96224a89
...
...
@@ -3,8 +3,7 @@
# It will be run with two args: buildroot spec
BUILDROOT
=
"
$1
"
SPEC
=
"
$2
"
if
[
-f
$BUILDROOT
/opt/nekoray/nekoray
]
then
if
[
-f
$BUILDROOT
/opt/nekoray/nekoray
]
;
then
PRODUCT
=
nekoray
else
PRODUCT
=
nekobox
...
...
@@ -17,12 +16,12 @@ add_bin_link_command
add_libs_requires
cat
<<
EOF
|create_file /usr/share/applications/
$PRODUCT
.desktop
cat
<<
EOF
|
create_file /usr/share/applications/
$PRODUCT
.desktop
[Desktop Entry]
Name=Nekoray
Comment=Qt based cross-platform GUI proxy configuration manager (backend: Xray / sing-box)
Exec=
$PRODUCT
-- %u -appdata
Icon=
/opt/
$PRODUCT
/
$PRODUCT
.png
Icon=
$PRODUCTDIR
/
$PRODUCT
.png
Type=Application
Terminal=false
Categories=Network;
...
...
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