This commit is contained in:
parent
216accd94f
commit
4368a96fd9
2 changed files with 2 additions and 2 deletions
|
@ -119,7 +119,7 @@ Popup {
|
|||
}
|
||||
|
||||
Timer {
|
||||
running: true//Helper.getSetting("last_install_greet") != Helper.getVersion()
|
||||
running: Helper.getSetting("last_install_greet") != Helper.getVersion()
|
||||
repeat: false
|
||||
interval: 50
|
||||
onTriggered: greetingPopup.open()
|
||||
|
|
|
@ -8,7 +8,7 @@ cd ../../
|
|||
# Deb
|
||||
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 \
|
||||
--debian-version "ppa1" bdist_deb
|
||||
bdist_deb
|
||||
|
||||
# Flatpak building
|
||||
FLATPAK_BUILDER=$(which flatpak-builder)
|
||||
|
|
Loading…
Reference in a new issue