From 59f94b2f960b6b4de1638621d4cdfb21932c33b1 Mon Sep 17 00:00:00 2001 From: AdrianEddy Date: Thu, 19 Sep 2024 14:15:02 +0200 Subject: [PATCH] Fix load --- Cargo.lock | 16 ++++++++-------- Makefile | 6 +++--- res/Info.plist | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 97581dd..29a2f5a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -595,15 +595,15 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.7.1" +version = "1.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50" +checksum = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3" [[package]] name = "cc" -version = "1.1.20" +version = "1.1.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45bcde016d64c21da4be18b655631e5ab6d3107607e71a73a9f53eb48aae23fb" +checksum = "07b1695e2c7e8fc85310cde85aeaab7e3097f593c91d209d3f9df76c928100f0" dependencies = [ "shlex", ] @@ -3426,9 +3426,9 @@ checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe" [[package]] name = "unicode-normalization" -version = "0.1.23" +version = "0.1.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5" +checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956" dependencies = [ "tinyvec", ] @@ -3604,9 +3604,9 @@ dependencies = [ [[package]] name = "webpki-roots" -version = "0.26.5" +version = "0.26.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0bd24728e5af82c6c4ec1b66ac4844bdf8156257fccda846ec58b42cd0cdbe6a" +checksum = "841c67bff177718f1d4dfefde8d8f0e78f9b6589319ba88312f567fc5841a958" dependencies = [ "rustls-pki-types", ] diff --git a/Makefile b/Makefile index 1f4bbd9..2c321ed 100644 --- a/Makefile +++ b/Makefile @@ -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 . @@ -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 @@ -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 . diff --git a/res/Info.plist b/res/Info.plist index 15a3940..a862063 100644 --- a/res/Info.plist +++ b/res/Info.plist @@ -7,7 +7,7 @@ CFBundleDevelopmentRegion English CFBundleExecutable - Gyroflow.ofx + Gyroflow-old.ofx CFBundleInfoDictionaryVersion 6.0 CFBundlePackageType