Skip to content

Commit

Permalink
build.py changes for tp_entry error
Browse files Browse the repository at this point in the history
  • Loading branch information
gitagogaming committed Jun 20, 2024
1 parent 4f4e2b4 commit aba7503
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
Even if you don't use all of the above variables, you still need to have the following variables in your build file
"""
from TouchPortalAPI import tppbuild
from TPPEntry import PLUGIN_NAME, PLUGIN_FOLDER
from tp_entry import PLUGIN_NAME, PLUGIN_FOLDER


"""
Expand Down Expand Up @@ -88,7 +88,7 @@
"start.sh"
]
if PLUGIN_ICON:
ADDITIONAL_FILES.append("TikTokLive.png")
ADDITIONAL_FILES.append(PLUGIN_ICON)

ADDITIONAL_TPPSDK_ARGS = []

Expand All @@ -97,7 +97,7 @@
Any additional arguments to be passed to Pyinstaller. Optional.
"""
ADDITIONAL_PYINSTALLER_ARGS = [
"--log-level=WARN", "--noconsole"
# "--log-level=WARN", "--noconsole"
]

# validateBuild()
Expand Down

0 comments on commit aba7503

Please sign in to comment.