Skip to content

Commit

Permalink
✨ 添加打包文件
Browse files Browse the repository at this point in the history
  • Loading branch information
AzideCupric committed Sep 8, 2023
1 parent f838f5d commit 13d3f88
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# ----- Project -----

*.dist
*.build
*.onefile-build
avaemb.exe
# Created by https://www.toptal.com/developers/gitignore/api/python,node,visualstudiocode,jetbrains,macos,windows,linux
# Edit at https://www.toptal.com/developers/gitignore?templates=python,node,visualstudiocode,jetbrains,macos,windows,linux

Expand Down
4 changes: 4 additions & 0 deletions avaemb.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from avatar_embed import avaemb

if __name__ == "__main__":
avaemb()
1 change: 1 addition & 0 deletions avatar_embed/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from .cli import avaemb as avaemb
1 change: 1 addition & 0 deletions build.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
poetry run python -m nuitka --follow-imports avaemb.py --onefile

0 comments on commit 13d3f88

Please sign in to comment.