Skip to content

Commit

Permalink
.deb paketi yayınlandı
Browse files Browse the repository at this point in the history
  • Loading branch information
zekiahmetbayar committed Sep 4, 2020
1 parent 71f121e commit d0cfcbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,10 @@ jobs:
find ./src -type f ! -regex '.*?DEBIAN.*' -exec md5sum {} \; > src/DEBIAN/md5sums
echo """chmod +x /usr/local/bin/valf.py
chmod +x /usr/local/bin/ssh_file_transfer.py
chmod +x /usr/share/applications/valf.desktop
chmod +x /usr/local/bin/file_transfer.py""" > src/DEBIAN/postinst
chmod +x src/DEBIAN/postinst
mv src valf-${{steps.date.outputs.date}}
dpkg-deb -Zgzip --build valf-${{steps.date.outputs.date}}
Expand Down
2 changes: 1 addition & 1 deletion src/usr/local/bin/valf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def main(self):
self.add(table)
self.listbox = Gtk.ListBox() # Bağlantıların listelendiği listbox tanımlanması
self.listbox_add_items()
self.set_icon_from_file('/usr/share/icons/Valf/icon.png')
self.set_icon_from_file('/usr/share/icons/valf/icon.png')

searchentry = Gtk.SearchEntry() # Searchbox tanımlanması
searchentry.connect("activate",self.on_search_activated)
Expand Down

0 comments on commit d0cfcbd

Please sign in to comment.