Compare commits

...

2 Commits

Author SHA1 Message Date
yutent 449353ce84 修改代码目录 2024-01-29 18:24:33 +08:00
yutent fa38bcb985 fixed icon 2024-01-26 13:22:54 +08:00
27 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,7 @@ if [ -d unpack ]; then
sudo rm -rf unpack
fi
version="3.0.4"
version="3.0.6"
mkdir -p unpack/DEBIAN

View File

@ -1,3 +1,3 @@
#!/bin/bash
/usr/lib/hosts-switch/hosts-switch.py
/usr/share/hosts-switch/hosts-switch.py

View File

@ -13,6 +13,7 @@ class Window(Gtk.Window):
self.resize(width, height)
self.set_wmclass('Hosts-Switch', 'Hosts-Switch')
self.set_title('Hosts-Switch')
self.set_icon_name('hosts-switch')
def toggle_visible(self, icon):