Commit 1dd6d61b authored by 神楽坂玲奈's avatar 神楽坂玲奈

codesign

parent 399f2a73
...@@ -40,7 +40,7 @@ script: ...@@ -40,7 +40,7 @@ script:
mv bin/release/ygopro ygopro.app/Contents/MacOS; mv bin/release/ygopro ygopro.app/Contents/MacOS;
dylibbundler -od -b -x ./ygopro.app/Contents/MacOS/ygopro -d ./ygopro.app/Contents/Frameworks/; dylibbundler -od -b -x ./ygopro.app/Contents/MacOS/ygopro -d ./ygopro.app/Contents/Frameworks/;
strip ygopro.app/Contents/MacOS/ygopro; strip ygopro.app/Contents/MacOS/ygopro;
echo $CERTIFICATE | base64 — decode > cert.p12; echo $CERTIFICATE | base64 --decode --output cert.p12;
security create-keychain -p "" build.keychain; security create-keychain -p "" build.keychain;
security unlock-keychain -p "" build.keychain; security unlock-keychain -p "" build.keychain;
security import cert.p12 -k build.keychain -P "$CERTIFICATE_PASSWORD" -T /usr/bin/codesign; security import cert.p12 -k build.keychain -P "$CERTIFICATE_PASSWORD" -T /usr/bin/codesign;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment