diff options
author | Rael <rael.gc@gmail.com> | 2015-10-21 21:59:50 -0200 |
---|---|---|
committer | Rael <rael.gc@gmail.com> | 2015-10-21 21:59:50 -0200 |
commit | 72c66cc6cf0857eec5c63a41aff87a183c2aa938 (patch) | |
tree | 12a1ad19099d533849290d45e7eebe7f2567074a | |
parent | 684b26fa72f2924fc46420b277eeb6af896e8c24 (diff) | |
download | scudcloud-72c66cc6cf0857eec5c63a41aff87a183c2aa938.zip scudcloud-72c66cc6cf0857eec5c63a41aff87a183c2aa938.tar.gz scudcloud-72c66cc6cf0857eec5c63a41aff87a183c2aa938.tar.bz2 |
New package release
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | scudcloud-1.0/debian/changelog | 6 | ||||
-rwxr-xr-x | scudcloud-1.0/scudcloud | 2 |
3 files changed, 10 insertions, 4 deletions
@@ -95,9 +95,9 @@ First, you'll need to install at least packages for `python3`, `python-qt4` (`qt Then run the below script: it'll download the code and install it: ```bash -wget https://github.com/raelgc/scudcloud/archive/v1.0.84.tar.gz -tar -xvf v1.0.84.tar.gz -cd scudcloud-1.0.84 +wget https://github.com/raelgc/scudcloud/archive/v1.0.85.tar.gz +tar -xvf v1.0.85.tar.gz +cd scudcloud-1.0.85 SOURCE="scudcloud-1.0" INSTALL="/opt/scudcloud" sudo mkdir -p $INSTALL/lib diff --git a/scudcloud-1.0/debian/changelog b/scudcloud-1.0/debian/changelog index 0aea70f..5d4cc68 100644 --- a/scudcloud-1.0/debian/changelog +++ b/scudcloud-1.0/debian/changelog @@ -1,3 +1,9 @@ +scudcloud (1.0-85) trusty; urgency=medium + + * Restore window when trying to run again (#66) + + -- Rael Gugelmin Cunha <rael.gc@gmail.com> Wed, 21 Oct 2015 21:57:36 -0200 + scudcloud (1.0-84) trusty; urgency=medium * Escape single quote on team icon (#264) diff --git a/scudcloud-1.0/scudcloud b/scudcloud-1.0/scudcloud index ebc6366..6b7498f 100755 --- a/scudcloud-1.0/scudcloud +++ b/scudcloud-1.0/scudcloud @@ -14,7 +14,7 @@ from scudcloud import ScudCloud # The ScudCloud QMainWindow win = None -VERSION = '1.0.84' +VERSION = '1.0.85' def main(): global win |