Skip to content

Commit

Permalink
tag 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kerwin612 committed Dec 25, 2023
1 parent c6cc39d commit 4401f39
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@

**Mount the portable directory as a consistent user directory. Then, based on this user directory, run your program.**
>***Note, run with administrator privileges.***
## Developer

* `pnpm install`
* `pnpm tauri dev`
* `pnpm tauri build`
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "portable_runner",
"private": true,
"version": "0.0.1",
"version": "0.0.8",
"type": "module",
"scripts": {
"tauri": "tauri"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "portable_runner"
version = "0.0.1"
version = "0.0.8"
description = "Mount the portable directory as a consistent user directory. Then, based on this user directory, run your program."
authors = ["kerwin612 <kerwin612@qq.com>"]
license = "MIT"
Expand Down
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": "PortableRunner",
"version": "0.0.1"
"version": "0.0.8"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 4401f39

Please sign in to comment.