Skip to content

Commit

Permalink
fix: page style
Browse files Browse the repository at this point in the history
  • Loading branch information
peterroe committed Apr 2, 2022
1 parent 9a5d031 commit a3fa5fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"release": "cp -r ./src-tauri/target/release/bundle/msi/ ./release/",
"tauri:build": "vue-cli-service tauri:build && yarn release",
"tauri:build": "rimraf ./src-tauri/target/release/bundle/msi/* && vue-cli-service tauri:build",
"tauri:dev": "vue-cli-service tauri:dev",
"tauri:serve": "vue-cli-service tauri:serve"
},
Expand Down Expand Up @@ -38,6 +38,7 @@
"husky": "4.3.8",
"prettier": "^2.6.1",
"pretty-quick": "^3.1.3",
"rimraf": "^3.0.2",
"typescript": "^4.6.3",
"unocss": "^0.30.6",
"unplugin-icons": "^0.14.1",
Expand Down
Binary file added release/msi/Rss-Reader_0.2.0_x64_en-US.msi
Binary file not shown.

0 comments on commit a3fa5fd

Please sign in to comment.