Skip to content

Commit

Permalink
v3
Browse files Browse the repository at this point in the history
  • Loading branch information
skymen committed Aug 15, 2023
1 parent ef712ab commit 6ad19ce
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tauri-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tagName: construct-crawler-v__VERSION__ # the action automatically replaces __VERSION__ with the app version
releaseName: "Construct Crawler v__VERSION__"
tagName: v__VERSION__ # the action automatically replaces __VERSION__ with the app version
releaseName: "v__VERSION__"
releaseBody: "See the assets to download this version and install."
releaseDraft: false
prerelease: false
Expand Down
24 changes: 21 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,25 @@
# Tauri + Vue 3
# Installation

This template should help get you started developing with Tauri + Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
Download this software from the [releases page](https://github.com/ConstructFund/nvPatchUI/releases/latest)

## Recommended IDE Setup
# Usage

## Prerequisites

Install .NET 5.0 from [here](https://dotnet.microsoft.com/download/dotnet/5.0) otherwise the tool will not work.

## Patching

1. Open the tool
2. Drag and drop the .exe file or select it using the file picker
3. Wait for the tool to finish patching

# Contributing

## Reporting issues

Please report issues to the [issue tracker](https://github.com/ConstructFund/nvPatchUI/issues).

## Recommended IDE Setup for Development

- [VS Code](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) + [Tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode) + [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer)
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "nvpatch-ui",
"version": "0.0.2"
"version": "0.0.3"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 6ad19ce

Please sign in to comment.