Skip to content

Commit

Permalink
Fix load
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianEddy committed Sep 19, 2024
1 parent 7baceb0 commit 59f94b2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ target/gyroflow-ofx-linux.zip: target/release/libgyroflow_ofx.so LICENSE README.
rm -Rf target/gyroflow-ofx-linux
rm -f target/gyroflow-ofx-linux.zip
mkdir -p target/gyroflow-ofx-linux/Gyroflow-old.ofx.bundle/Contents/Linux-x86-64
cp target/release/libgyroflow_ofx.so target/gyroflow-ofx-linux/Gyroflow-old.ofx.bundle/Contents/Linux-x86-64/Gyroflow.ofx
cp target/release/libgyroflow_ofx.so target/gyroflow-ofx-linux/Gyroflow-old.ofx.bundle/Contents/Linux-x86-64/Gyroflow-old.ofx
cp target/bundle-common/Info.plist LICENSE README.md target/gyroflow-ofx-linux/Gyroflow-old.ofx.bundle/Contents/
cd target/gyroflow-ofx-linux && zip -r ../gyroflow-ofx-linux.zip .

Expand All @@ -19,7 +19,7 @@ target/gyroflow-ofx-macosx.dmg: target/x86_64-apple-darwin/release/libgyroflow_o
cp target/bundle-common/Info.plist LICENSE README.md target/gyroflow-ofx-macosx/Gyroflow-old.ofx.bundle/Contents/

codesign -vvvv --strict --options=runtime --timestamp --force -s ${SIGNING_FINGERPRINT} target/gyroflow-ofx-macosx/Gyroflow-old.ofx.bundle/Contents/MacOS/Gyroflow.dylib
mv target/gyroflow-ofx-macosx/Gyroflow-old.ofx.bundle/Contents/MacOS/Gyroflow.dylib target/gyroflow-ofx-macosx/Gyroflow-old.ofx.bundle/Contents/MacOS/Gyroflow.ofx
mv target/gyroflow-ofx-macosx/Gyroflow-old.ofx.bundle/Contents/MacOS/Gyroflow.dylib target/gyroflow-ofx-macosx/Gyroflow-old.ofx.bundle/Contents/MacOS/Gyroflow-old.ofx

codesign -vvvv --deep --strict --options=runtime --timestamp --force -s ${SIGNING_FINGERPRINT} target/gyroflow-ofx-macosx/Gyroflow-old.ofx.bundle
codesign -vvvv --deep --verify target/gyroflow-ofx-macosx/Gyroflow-old.ofx.bundle
Expand All @@ -34,6 +34,6 @@ target/gyroflow-ofx-windows.zip: target/release/gyroflow_ofx.dll LICENSE README.
rm -Rf target/gyroflow-ofx-windows
rm -f target/gyroflow-ofx-windows.zip
mkdir -p target/gyroflow-ofx-windows/Gyroflow-old.ofx.bundle/Contents/Win64
cp target/release/gyroflow_ofx.dll target/gyroflow-ofx-windows/Gyroflow-old.ofx.bundle/Contents/Win64/Gyroflow.ofx
cp target/release/gyroflow_ofx.dll target/gyroflow-ofx-windows/Gyroflow-old.ofx.bundle/Contents/Win64/Gyroflow-old.ofx
cp target/bundle-common/Info.plist LICENSE README.md target/gyroflow-ofx-windows/Gyroflow-old.ofx.bundle/Contents/
cd target/gyroflow-ofx-windows && zip -r ../gyroflow-ofx-windows.zip .
2 changes: 1 addition & 1 deletion res/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>Gyroflow.ofx</string>
<string>Gyroflow-old.ofx</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
Expand Down

0 comments on commit 59f94b2

Please sign in to comment.