Skip to content

Commit

Permalink
ignoring spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-courtney-pieces committed Sep 10, 2024
1 parent ecfd6df commit 1f445a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -168,3 +168,4 @@ cython_debug/
.idea/

cli-agent.iml
pieces.spec
4 changes: 2 additions & 2 deletions pieces.spec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ exe = EXE(
console=True,
disable_windowed_traceback=False,
argv_emulation=False,
target_arch=universal2,
codesign_identity=None,
target_arch='universal2',
codesign_identity='Developer ID Application: Mesh Intelligent Technologies, Inc. (287L9TU9JL)',
entitlements_file=None,
)

0 comments on commit 1f445a1

Please sign in to comment.