Skip to content

Commit 8159a57

Browse files
committed
v1.0.1
1 parent fd28a5f commit 8159a57

6 files changed

Lines changed: 8 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ jobs:
8181
security default-keychain -s build.keychain
8282
echo "Unlocking Keychain"
8383
security unlock-keychain -p "$KEYCHAIN_PASSWORD" build.keychain
84+
echo "Setting Keychain Settings"
85+
security set-keychain-settings -t 3600 -u build.keychain
8486
echo "Importing Certificate"
8587
security import certificate.p12 -k build.keychain -P "$APPLE_CERTIFICATE_PASSWORD" -T /usr/bin/codesign
8688
echo "Setting Key Partition List"

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "camtrap-detector",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"private": true,
55
"dependencies": {
66
"@tauri-apps/api": "^2.6.0",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "app"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "A Tauri App"
55
authors = ["you"]
66
license = ""

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"productName": "CamTrap Detector",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"identifier": "io.bluechimp.camtrap-detector",
55
"build": {
66
"beforeBuildCommand": "npm run build",

0 commit comments

Comments
 (0)