diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9431fa72..3567a9e9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,7 +66,6 @@ jobs: # Those targets are only used on macos runners so it's in an `if` to slightly speed up windows and linux builds. targets: ${{ matrix.settings.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }} - - name: Rust cache uses: swatinem/rust-cache@v2 with: @@ -77,9 +76,9 @@ jobs: # If you don't have `beforeBuildCommand` configured you may want to build your frontend here too. run: npm install # change this to npm or pnpm depending on which one you use. - - name: build frontend - working-directory: src-ui - run: npm run build # change this to npm or pnpm depending on which one you use. + #- name: build frontend + #working-directory: src-ui + #run: npm run build # change this to npm or pnpm depending on which one you use. - uses: tauri-apps/tauri-action@v0 env: diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index c2c02fed..3f62ec71 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -3,7 +3,7 @@ name = "moras" version = "1.0.0" description = "A Tauri App" authors = ["you"] -license = "" +license = "GPL-3" repository = "" default-run = "moras" edition = "2021" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index abbbf642..6f2efc4d 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "Moras", - "version": "0.1.0" + "version": "1.0.0" }, "tauri": { "allowlist": {