mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 19:56:31 +00:00
fix textbox keyboard global handling
add CameraConfig to prod json add launch and tasks jsons to vscode folder
This commit is contained in:
@@ -48,10 +48,10 @@ exe = EXE(
|
||||
disable_windowed_traceback=False,
|
||||
argv_emulation=False,
|
||||
target_arch=None,
|
||||
codesign_identity=None, # Set this to your code signing certificate
|
||||
codesign_identity=None,
|
||||
entitlements_file=None,
|
||||
# version='version_info.txt', # Temporarily disabled - file doesn't exist
|
||||
icon=None, # Add icon if available
|
||||
version='version_info.txt',
|
||||
icon=None,
|
||||
)
|
||||
|
||||
coll = COLLECT(
|
||||
|
||||
Reference in New Issue
Block a user