This commit is contained in:
Tony George 2016-11-11 22:54:39 +05:30
parent 09a9995e80
commit 8589bb5973
5 changed files with 11 additions and 3 deletions

7
debian/changelog vendored
View File

@ -1,4 +1,11 @@
timeshift (16.11.1) trusty; urgency=medium
* Fixed an issue with application launcher
-- Tony George <tony.george.kol@gmail.com> Fri, 11 Nov 2016 14:00:00 +0530
timeshift (16.11) trusty; urgency=medium
* Moved console and Gtk code to separate utilities:

View File

@ -38,7 +38,7 @@ using TeeJee.Misc;
public Main App;
public const string AppName = "Timeshift RSYNC";
public const string AppShortName = "timeshift";
public const string AppVersion = "16.11";
public const string AppVersion = "16.11.1";
public const string AppAuthor = "Tony George";
public const string AppAuthorEmail = "teejeetech@gmail.com";

View File

@ -38,7 +38,7 @@ using TeeJee.Misc;
public Main App;
public const string AppName = "Timeshift RSYNC";
public const string AppShortName = "timeshift";
public const string AppVersion = "16.11";
public const string AppVersion = "16.11.1";
public const string AppAuthor = "Tony George";
public const string AppAuthorEmail = "teejeetech@gmail.com";

View File

@ -78,6 +78,7 @@ uninstall:
#binary
rm -f "$(DESTDIR)$(bindir)/${app_name}"
rm -f "$(DESTDIR)$(bindir)/${app_name}-gtk"
rm -f "$(DESTDIR)$(bindir)/${app_name}-uninstall"
rm -f "$(DESTDIR)$(bindir)/${app_name}-launcher"

View File

@ -1,6 +1,6 @@
#!/bin/bash
app_command='timeshift'
app_command='timeshift-gtk'
if [ `id -u` -eq 0 ]; then
#user is admin