Skip to content

Commit

Permalink
Removed News Codes from IPTC and only use indigo vocabs.
Browse files Browse the repository at this point in the history
Changed config file
Added Source code for pyside, qt and libraw to align with GPL and LGPL
Added info page
Updated Readme
  • Loading branch information
MartinW-S2M committed May 31, 2024
1 parent efa34da commit 1fd8841
Show file tree
Hide file tree
Showing 17 changed files with 2,025 additions and 53 deletions.
5 changes: 3 additions & 2 deletions Graphis_pyinstaller.spec
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# -*- mode: python ; coding: utf-8 -*-

name_app = 'GRAPHIS_2_1_2'
name_app = 'GRAPHIS_2_2'

block_cipher = None

added_files = [
( 'app/bin/*', 'app/bin' ),
( 'app/icons/icon.png', 'app/icons'),
( 'graphis.config', '.' )
( 'graphis.config', '.' ),
( 'app/ThirdPartyNotices.json', 'app' )
]
a = Analysis(
['graphis.py'],
Expand Down
73 changes: 73 additions & 0 deletions app/ThirdPartyNotices.json

Large diffs are not rendered by default.

Loading

0 comments on commit 1fd8841

Please sign in to comment.