Skip to content

Commit

Permalink
packaged the application
Browse files Browse the repository at this point in the history
  • Loading branch information
clodman84 committed Sep 8, 2024
1 parent 50a153d commit 1f66df8
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 49 deletions.
2 changes: 0 additions & 2 deletions GUI/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,6 @@ def task():
render_frame(A, B)
A += 0.08
B += 0.03
if dpg.get_frame_rate() < 90:
L.clear_log()

t = threading.Thread(target=task)
t.start()
Binary file added dopylogofinal.ico
Binary file not shown.
Binary file added dopylogofinal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 0 additions & 18 deletions goals.md

This file was deleted.

12 changes: 12 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[project]
name = "UNF-v3"
version = "0.2.0-beta"
description = "DoPy Billing Software"

[tool.cxfreeze]
executables = [
{script = "main.py", base = "gui", icon="dopylogofinal"}
]

[tool.cxfreeze.build_exe]
optimize = 2
17 changes: 0 additions & 17 deletions setup.py

This file was deleted.

12 changes: 0 additions & 12 deletions style.md

This file was deleted.

0 comments on commit 1f66df8

Please sign in to comment.