diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2016-12-18 12:11:17 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2016-12-26 00:00:04 +0100 |
commit | a8fea1d64358793691418089552b6bb9ab32d189 (patch) | |
tree | 41abedc95b66d9bcda5c4ee8ef61e34535121e8a /src/Main | |
parent | 3d978c31a7fd37d633ca2baf749b2e9f187a0b8f (diff) | |
download | VeraCrypt-a8fea1d64358793691418089552b6bb9ab32d189.tar.gz VeraCrypt-a8fea1d64358793691418089552b6bb9ab32d189.zip |
MacOSX: Make VeraCrypt default handler of .hc and .tc files on OSX and add custom icon to these files on Finder.
Diffstat (limited to 'src/Main')
-rw-r--r-- | src/Main/Main.make | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Main/Main.make b/src/Main/Main.make index 92865ef3..db04eee3 100644 --- a/src/Main/Main.make +++ b/src/Main/Main.make @@ -173,6 +173,7 @@ endif endif cp $(PWD)/Resources/Icons/VeraCrypt.icns $(APPNAME).app/Contents/Resources + cp $(PWD)/Resources/Icons/VeraCrypt_Volume.icns $(APPNAME).app/Contents/Resources cp "$(PWD)/Release/Setup Files/VeraCrypt User Guide.pdf" $(APPNAME).app/Contents/Resources echo -n APPLTRUE >$(APPNAME).app/Contents/PkgInfo |