Skip to content

Commit

Permalink
set disable_windowed_traceback to true
Browse files Browse the repository at this point in the history
  • Loading branch information
SoulMelody committed Sep 29, 2024
1 parent d767b01 commit 979558e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packaging/libresvip-web.spec
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ to_keep = []
js_lib_prefix = os.path.join("nicegui", "elements", "lib")
to_exclude = [
os.path.join(js_lib_prefix, "aggrid"),
os.path.join(js_lib_prefix, "codemirror"),
os.path.join(js_lib_prefix, "echarts"),
os.path.join(js_lib_prefix, "echarts-gl"),
os.path.join(js_lib_prefix, "leaflet"),
Expand Down Expand Up @@ -119,7 +120,7 @@ exe = EXE(
strip=False,
upx=False,
console=False,
disable_windowed_traceback=False,
disable_windowed_traceback=True,
argv_emulation=False,
target_arch=None,
codesign_identity=None,
Expand Down

0 comments on commit 979558e

Please sign in to comment.