修改仓库地址

master 1.0.4
yutent 2023-08-31 17:13:18 +08:00
parent afa39b5026
commit 2d7fe9966a
3 changed files with 5 additions and 5 deletions

View File

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

4
debian/control vendored
View File

@ -1,5 +1,5 @@
Package: sonist
Version: 1.0.3
Version: 1.0.4
Section: X11
Architecture: all
Author: Yutent
@ -7,6 +7,6 @@ Maintainer: Yutent <yutent.io@gmail.com>
Depends: python3-gi, gir1.2-gtk-3.0, python3-pil, python3-gi-cairo, python3-mutagen, mpd
Priority: optional
Installed-Size: 5644
Homepage: https://github.com/app-cat/sonist-gtk
Homepage: https://git.wkit.fun/appcat/sonist-gtk
Description: Sonist - 基于mpd后端的音乐播放器.
高颜值且轻量的 MPD GUI客户端.

View File

@ -21,8 +21,8 @@ class AboutWindow(Gtk.AboutDialog):
self.set_logo(GdkPixbuf.Pixbuf.new_from_file(image_dict['sonist']))
self.set_license_type(Gtk.License.MIT_X11)
self.set_version('1.0.3')
self.set_website('https://github.com/app-cat/sonist-gtk')
self.set_version('1.0.4')
self.set_website('https://git.wkit.fun/appcat/sonist-gtk')
self.set_website_label('官网')
self.set_authors([
'Yutent <yutent.io@gmail.com> (Sonist)',