2023-01-13 17:43:02 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
cd ../IceCubesApp/
|
|
|
|
plutil -replace OPENAI_SECRET -string $OPENAI_SECRET Secret.plist
|
2023-01-21 08:58:38 +00:00
|
|
|
plutil -replace DEEPL_SECRET -string $DEEPL_SECRET Secret.plist
|
2023-01-13 17:43:02 +00:00
|
|
|
plutil -p Secret.plist
|
|
|
|
exit 0
|