Skip to content

Commit

Permalink
v1.3.3
Browse files Browse the repository at this point in the history
Minor correction - merging immediately.
  • Loading branch information
joaomcteixeira authored Dec 23, 2018
2 parents cefabc0 + 3e67347 commit 0083b0e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
12 changes: 6 additions & 6 deletions install/messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ def _formats_short_title(s):

terminate = "Press ENTER to TERMINATE"

# http://patorjk.com/software/taag/#p=display&h=1&f=Sweet&t=Tree%20of%20Life
# http://patorjk.com/software/taag/#p=display&h=1&f=Doom&t=---------%0AFarseer-NMR%0Av1.3.3%0A---------
banner = r"""
Expand All @@ -341,11 +341,11 @@ def _formats_short_title(s):
__ _____ _____
/ | |____ | / __ \
__ __`| | / / `' / /'
\ \ / / | | \ \ / /
\ V / _| |_ _ .___/ /_ ./ /___
\_/ \___/(_)\____/(_)\_____/
/ | |____ | |____ |
__ __`| | / / / /
\ \ / / | | \ \ \ \
\ V / _| |_ _ .___/ /_ .___/ /
\_/ \___/(_)\____/(_)\____/
Expand Down
2 changes: 1 addition & 1 deletion install/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

# configure accordingly to the host project
software_name = "Farseer-NMR"
software_version = (1, 3, 2) # v1.0.0
software_version = (1, 3, 3) # v1.0.0
min_space_allowed = 3 # min GB required to install your software
installation_log_name = "install.log"
update_log_name = "update.log"
Expand Down
9 changes: 8 additions & 1 deletion install/updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,14 @@
_new_version_url = \
"https://github.com/Farseer-NMR/FarSeer-NMR/archive/master.zip"
_new_version_zip = "master.zip"
_folders_to_remove = ["Documentation", "gui", "core", "install", ".idea"]
_folders_to_remove = [
"Documentation",
"gui",
"core",
"install",
".idea",
".github"
]


class Updater():
Expand Down

0 comments on commit 0083b0e

Please sign in to comment.