Skip to content

Commit

Permalink
Cut release v0.20.0 (#2284)
Browse files Browse the repository at this point in the history
* Cut release v0.20.0

* Disable app store steps to see

* A snapshot a day keeps the bugs away! πŸ“·πŸ› (OS: ubuntu)

* A snapshot a day keeps the bugs away! πŸ“·πŸ› (OS: ubuntu)

* Bring back TAURI_CONF_ARGS

* Remove fileAssociations

* sketchy info.p;list

Signed-off-by: Jess Frazelle <[email protected]>

* turn back on app store

Signed-off-by: Jess Frazelle <[email protected]>

* remove entitlements

Signed-off-by: Jess Frazelle <[email protected]>

* fix clippy

Signed-off-by: Jess Frazelle <[email protected]>

* clippy;

Signed-off-by: Jess Frazelle <[email protected]>

* clupppy

Signed-off-by: Jess Frazelle <[email protected]>

* cluppy

Signed-off-by: Jess Frazelle <[email protected]>

* turn back on file associations

Signed-off-by: Jess Frazelle <[email protected]>

* cleanup general entitlements

Signed-off-by: Jess Frazelle <[email protected]>

---------

Signed-off-by: Jess Frazelle <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Jess Frazelle <[email protected]>
Co-authored-by: Jess Frazelle <[email protected]>
  • Loading branch information
4 people authored May 3, 2024
1 parent 5a478fe commit 00058f6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 18 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,9 @@ jobs:
# includes the updater, and that anything we changed with the target
# does not persist
rm -rf src-tauri/target
# Lets get rid of the info.plist for the normal mac builds since its
# being sketchy.
rm src-tauri/Info.plist
# We do this after the apple store because the apple store build is
# specific and we want to overwrite it with the this new build after and
Expand All @@ -338,8 +341,9 @@ jobs:
APPLE_ID: ${{ secrets.APPLE_ID }}
APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
TAURI_CONF_ARGS: "--config ${{ matrix.os == 'windows-latest' && 'src-tauri\\tauri.release.conf.json' || 'src-tauri/tauri.release.conf.json' }}"
with:
args: "${{ env.TAURI_ARGS_MACOS }} ${{ env.TAURI_ARGS_UBUNTU }}"
args: "${{ env.TAURI_CONF_ARGS }} ${{ env.TAURI_ARGS_MACOS }} ${{ env.TAURI_ARGS_UBUNTU }}"

- uses: actions/upload-artifact@v3
if: matrix.os != 'ubuntu-latest'
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "untitled-app",
"version": "0.19.4",
"version": "0.20.0",
"private": true,
"dependencies": {
"@codemirror/autocomplete": "^6.16.0",
Expand Down
14 changes: 0 additions & 14 deletions src-tauri/entitlements/general.entitlements

This file was deleted.

3 changes: 1 addition & 2 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
},
"longDescription": "",
"macOS": {
"entitlements": "entitlements/general.entitlements"
},
"resources": [],
"shortDescription": "",
Expand Down Expand Up @@ -76,5 +75,5 @@
}
},
"productName": "Zoo Modeling App",
"version": "0.19.4"
"version": "0.20.0"
}

0 comments on commit 00058f6

Please sign in to comment.