This commit is contained in:
parent
216accd94f
commit
4368a96fd9
2 changed files with 2 additions and 2 deletions
|
@ -119,7 +119,7 @@ Popup {
|
||||||
}
|
}
|
||||||
|
|
||||||
Timer {
|
Timer {
|
||||||
running: true//Helper.getSetting("last_install_greet") != Helper.getVersion()
|
running: Helper.getSetting("last_install_greet") != Helper.getVersion()
|
||||||
repeat: false
|
repeat: false
|
||||||
interval: 50
|
interval: 50
|
||||||
onTriggered: greetingPopup.open()
|
onTriggered: greetingPopup.open()
|
||||||
|
|
|
@ -8,7 +8,7 @@ cd ../../
|
||||||
# Deb
|
# Deb
|
||||||
python3 setup.py --remove-git-version --command-packages=stdeb.command sdist_dsc \
|
python3 setup.py --remove-git-version --command-packages=stdeb.command sdist_dsc \
|
||||||
--package logarithmplotter --copyright-file linux/debian/copyright --suite impish --depends3 "$(cat linux/debian/depends)" --section science \
|
--package logarithmplotter --copyright-file linux/debian/copyright --suite impish --depends3 "$(cat linux/debian/depends)" --section science \
|
||||||
--debian-version "ppa1" bdist_deb
|
bdist_deb
|
||||||
|
|
||||||
# Flatpak building
|
# Flatpak building
|
||||||
FLATPAK_BUILDER=$(which flatpak-builder)
|
FLATPAK_BUILDER=$(which flatpak-builder)
|
||||||
|
|
Loading…
Reference in a new issue