mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-10 19:20:59 +00:00
7 lines
190 B
Bash
Executable file
7 lines
190 B
Bash
Executable file
#!/bin/sh
|
|
|
|
cd ../IceCubesApp/
|
|
plutil -replace OPENAI_SECRET -string $OPENAI_SECRET Secret.plist
|
|
plutil -replace DEEPL_SECRET -string $DEEPL_SECRET Secret.plist
|
|
plutil -p Secret.plist
|
|
exit 0
|