Skip to content

Commit

Permalink
no longer kill save_manager if noita's running
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgillij committed Feb 27, 2021
1 parent 7599e98 commit a93c171
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions make_windows_package.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
pyinstaller -F --noconsole save_manager/save_manager.py
2 changes: 1 addition & 1 deletion save_manager/save_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def refresh_save_list():
if is_noita_running():
# Noita must not be running during backup
print("please close noita before using this")
break
continue
if event == "Select":
# restore backup
if values["-listbox-"]:
Expand Down

0 comments on commit a93c171

Please sign in to comment.