Skip to content

Commit

Permalink
add auto update, app info on settings page
Browse files Browse the repository at this point in the history
  • Loading branch information
sftblw committed Nov 14, 2023
1 parent c546ae9 commit 70a39e7
Show file tree
Hide file tree
Showing 12 changed files with 607 additions and 10 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/tauri-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,30 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v3

- name: setup node
uses: actions/setup-node@v3
with:
node-version: 18

- name: install Rust stable
uses: dtolnay/rust-toolchain@stable

- name: install dependencies (ubuntu only)
if: matrix.platform == 'ubuntu-22.04'
run: |
sudo apt-get update
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
- name: install pnpm
uses: pnpm/action-setup@v2
with:
version: 8.x.x

- name: install frontend dependencies
run: pnpm install # change this to npm or pnpm depending on which one you use

# https://github.com/tauri-apps/tauri-action
- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -42,3 +49,4 @@ jobs:
releaseBody: '↓see assets↓ (this body is written by the Github Actions pipleline)'
releaseDraft: false
prerelease: false
includeUpdaterJson: true
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "drop-renamer",
"version": "0.0.2",
"version": "0.0.3",
"description": "Simple app for: drag-drop files to rename with some regex pattern.",
"author": {
"name": "sftblw",
Expand Down
Loading

0 comments on commit 70a39e7

Please sign in to comment.