Skip to content

Commit

Permalink
Update online install
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronErhardt committed Apr 26, 2024
1 parent 3c83afb commit ecb88b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions create-project.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
current_dir = Path(os.getcwd())
project_dir = current_dir / project_name

files_url = "https://github.com/Relm4/relm4-template/archive/refs/tags/v0.1.1.zip"
files_url = "https://github.com/Relm4/relm4-template/archive/refs/tags/v0.1.2.zip"
zip_path = current_dir / "relm4-template.zip"
template_path = current_dir / "relm4-template-0.1.1"
template_path = current_dir / "relm4-template-0.1.2"
online = len(sys.argv) >= 2 and sys.argv[1] == "--online"

CURRENT_APP_ID = "com.belmoussaoui.GtkRustTemplate"
Expand Down

0 comments on commit ecb88b0

Please sign in to comment.