Skip to content

Commit

Permalink
עדכון
Browse files Browse the repository at this point in the history
  • Loading branch information
NHLOCAL committed Dec 15, 2024
1 parent 126f046 commit 37d4be6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Build EXE
run: |
flet pack --product-name "Shamor Vezachor" --product-version "$VERSION" --file-description "Shamor Vezachor"
flet pack main.py --product-name "Shamor Vezachor" --product-version "$VERSION" --file-description "Shamor Vezachor"
- name: Prepare ZIP package
run: |
Expand Down
10 changes: 8 additions & 2 deletions directory structure.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
C:.
│ .gitattributes
│ .gitignore
│ backend.py
│ data_loader.py
│ directory structure.txt
│ LICENSE
│ main.py
│ progress_manager.py
│ README.md
│ requirements.txt
├───.github
│ └───workflows
│ publish-installer.yml
├───assets
│ screen.png
Expand All @@ -19,4 +25,4 @@ C:.
├───scripts
│ convert_hebdate.py
│ shas_icons.py
│ shas_icons.py

0 comments on commit 37d4be6

Please sign in to comment.