download fix

This commit is contained in:
DYefremov
2018-08-01 22:10:00 +03:00
parent e4f8a075f4
commit d9e471eaec
4 changed files with 3 additions and 4 deletions

View File

@@ -8,4 +8,4 @@ Exec=bash -c 'cd $(dirname %k) && ./start.py'
Terminal=false
Type=Application
Categories=Utility;Application;
StartupNotify=true
StartupNotify=false

View File

@@ -70,7 +70,6 @@ class DownloadDialog:
self._info_bar.set_visible(False)
@run_idle
@run_task
def download(self, download, d_type):
""" Download/upload data from/to receiver """
try:

View File

@@ -1,5 +1,5 @@
#!/bin/bash
VER="0.3.2_Pre-alpha"
VER="0.4.0_Pre-alpha"
B_PATH="dist/DemonEditor"
DEB_PATH="$B_PATH/usr/share/demoneditor"

View File

@@ -8,4 +8,4 @@ Exec=/usr/bin/demoneditor.sh
Terminal=false
Type=Application
Categories=Utility;Application;
StartupNotify=true
StartupNotify=false