figenc

[RADIOACTIVE] rsa and symmetric key encryption scripts and executables
git clone git://git.figbert.com/figenc.git
Log | Files | Refs | README

commit 8325d3f48b98cb4aa2ec59486c460a90d0c73258
parent 8e768f0dbcd54c2494dbace0a192c2e3f981f779
Author: therealFIGBERT <figbertwelner@gmail.com>
Date:   Thu,  5 Dec 2019 23:20:34 -0800

Add icon to MacOS executable (2.5.0)

This commit updates the scripts and MacOS executable with a .icns icon for MacOS as the final production version nears publishing.

Diffstat:
MExecutables/figENC.dmg | 0
DExecutables/figENC_MacOS/figENC.app/Contents/MacOS/_struct/cpython-37m-darwin/sotruct.cpython-37m-darwin.so | 0
MExecutables/figENC_MacOS/figENC.app/Contents/MacOS/base_library.zip | 0
DExecutables/figENC_MacOS/figENC.app/Contents/MacOS/cookie.json | 2--
MExecutables/figENC_MacOS/figENC.app/Contents/MacOS/figENC | 0
DExecutables/figENC_MacOS/figENC.app/Contents/MacOS/zlib/cpython-37m-darwin/soib.cpython-37m-darwin.so | 0
DExecutables/figENC_MacOS/figENC.app/Contents/Resources/cookie.json | 27---------------------------
MExecutables/figENC_MacOS/figENC.app/Contents/Resources/icon-windowed.icns | 0
MExecutables/figENC_MacOS/figENC.app/Contents/Resources/version.txt | 3+--
MScripts/figENC.py | 1+
AScripts/icon-windowed.icns | 0
MScripts/version.txt | 3+--
12 files changed, 3 insertions(+), 33 deletions(-)

diff --git a/Executables/figENC.dmg b/Executables/figENC.dmg Binary files differ. diff --git a/Executables/figENC_MacOS/figENC.app/Contents/MacOS/_struct/cpython-37m-darwin/sotruct.cpython-37m-darwin.so b/Executables/figENC_MacOS/figENC.app/Contents/MacOS/_struct/cpython-37m-darwin/sotruct.cpython-37m-darwin.so Binary files differ. diff --git a/Executables/figENC_MacOS/figENC.app/Contents/MacOS/base_library.zip b/Executables/figENC_MacOS/figENC.app/Contents/MacOS/base_library.zip Binary files differ. diff --git a/Executables/figENC_MacOS/figENC.app/Contents/MacOS/cookie.json b/Executables/figENC_MacOS/figENC.app/Contents/MacOS/cookie.json @@ -1 +0,0 @@ -../Resources/cookie.json -\ No newline at end of file diff --git a/Executables/figENC_MacOS/figENC.app/Contents/MacOS/figENC b/Executables/figENC_MacOS/figENC.app/Contents/MacOS/figENC Binary files differ. diff --git a/Executables/figENC_MacOS/figENC.app/Contents/MacOS/zlib/cpython-37m-darwin/soib.cpython-37m-darwin.so b/Executables/figENC_MacOS/figENC.app/Contents/MacOS/zlib/cpython-37m-darwin/soib.cpython-37m-darwin.so Binary files differ. diff --git a/Executables/figENC_MacOS/figENC.app/Contents/Resources/cookie.json b/Executables/figENC_MacOS/figENC.app/Contents/Resources/cookie.json @@ -1,26 +0,0 @@ -{ - "enc": [ - "Proceed into cyberspace with confidence.", - "*applause*", - "Congratulations, prince of darkness.", - "Don't delete the .dat file", - "You can remove your hoodie now.", - "D*ck pic hidden.", - "Time to take over the world.", - "Mainframe secured.", - "Don't steal my nuts!", - "Probably a little overkill" - ], - "dec": [ - "Proceed into cyberspace with confidence.", - "*applause*", - "Congratulations, prince of darkness.", - "Don't delete the .dat file", - "You can remove your hoodie now.", - "From nothing to something.", - "Time to take over the world.", - "Mainframe secured.", - "Don't steal my nuts!", - "Like pulling a rabbit from a hat, but with lots of math, computers, and it's actually nothing like pulling a rabbit from a hat." - ] -} -\ No newline at end of file diff --git a/Executables/figENC_MacOS/figENC.app/Contents/Resources/icon-windowed.icns b/Executables/figENC_MacOS/figENC.app/Contents/Resources/icon-windowed.icns Binary files differ. diff --git a/Executables/figENC_MacOS/figENC.app/Contents/Resources/version.txt b/Executables/figENC_MacOS/figENC.app/Contents/Resources/version.txt @@ -1 +1 @@ -2.3.6 -\ No newline at end of file +2.5.0 diff --git a/Scripts/figENC.py b/Scripts/figENC.py @@ -973,4 +973,5 @@ class App(): if __name__ == "__main__": root = tk.Tk() App(root) + root.iconbitmap(find_path('icon-windowed.icns')) root.mainloop() \ No newline at end of file diff --git a/Scripts/icon-windowed.icns b/Scripts/icon-windowed.icns Binary files differ. diff --git a/Scripts/version.txt b/Scripts/version.txt @@ -1 +1 @@ -2.3.6 -\ No newline at end of file +2.5.0