mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-09 21:24:36 +00:00
Merge pull request #746 from glubsy/PR_iconpath
Make icon path relative
This commit is contained in:
commit
bf7d720126
@ -3,5 +3,5 @@
|
||||
"longname": "dupeGuru",
|
||||
"execname": "dupeguru",
|
||||
"arch": "any",
|
||||
"iconpath": "/usr/share/dupeguru/dgse_logo_128.png"
|
||||
"iconpath": "dupeguru"
|
||||
}
|
||||
|
@ -8,4 +8,5 @@ all:
|
||||
chmod +x src/run.py
|
||||
cp -R src/ "$(CURDIR)/debian/{pkgname}/usr/share/{execname}"
|
||||
cp "$(CURDIR)/debian/{execname}.desktop" "$(CURDIR)/debian/{pkgname}/usr/share/applications"
|
||||
ln -s "/usr/share/{execname}/dgse_logo_128.png" "$(CURDIR)/debian/{pkgname}/usr/pixmaps/{execname}.png"
|
||||
ln -s "/usr/share/{execname}/run.py" "$(CURDIR)/debian/{pkgname}/usr/bin/{execname}"
|
||||
|
@ -3,5 +3,5 @@
|
||||
"longname": "dupeGuru",
|
||||
"execname": "dupeguru",
|
||||
"arch": "any",
|
||||
"iconpath": "/usr/share/dupeguru/dgse_logo_128.png"
|
||||
"iconpath": "dupeguru"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user