-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
4,774 additions
and
11,741 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,7 @@ ________________________________________________________________________ | |
Copyright (c) 2005-2023, PyInstaller Development Team | ||
Copyright (c) 2005-2009, Giovanni Bajo | ||
Based on previous work under copyright (c) 2002 McMillan Enterprises, Inc. | ||
[email protected] | ||
|
||
PyInstaller is licensed under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. | ||
|
||
|
@@ -150,6 +151,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI | |
pyoslog: | ||
________________________________________________________________________ | ||
Copyright (c) 2022, Simon Robinson | ||
[email protected] | ||
|
||
Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,20 @@ app_entry_point = 'src/swiftguard/app.py' | |
|
||
# List all extra files and directories here. | ||
added_files = [ | ||
('src/swiftguard/install', 'install'), | ||
('src/swiftguard/resources/ACKNOWLEDGMENTS', 'resources/'), | ||
('src/swiftguard/resources/[email protected]', 'resources/'), | ||
('src/swiftguard/resources/resources_rc.py', 'resources/'), | ||
('src/swiftguard/utils', 'utils'), | ||
('src/swiftguard/__main__.py', '.'), | ||
('src/swiftguard/cli.py', '.'), | ||
('src/swiftguard/const.py', '.'), | ||
('README.md', '.'), | ||
('LICENSE', '.'), | ||
('ACKNOWLEDGMENTS', '.'), | ||
] | ||
|
||
added_files_old = [ | ||
('src/swiftguard/install', 'install'), | ||
('src/swiftguard/resources', 'resources'), | ||
('src/swiftguard/utils', 'utils'), | ||
|
@@ -31,6 +45,7 @@ added_files = [ | |
('src/swiftguard/const.py', '.'), | ||
('README.md', '.'), | ||
('LICENSE', '.'), | ||
('ACKNOWLEDGMENTS', '.'), | ||
] | ||
|
||
# List all imports here (built-in and external). opt: ('__builtin__',). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.