Skip to content

Commit

Permalink
publish prod
Browse files Browse the repository at this point in the history
  • Loading branch information
Frontesque committed Apr 26, 2022
1 parent 1885807 commit bb79634
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scrcpy-plus",
"version": "1.0.4",
"version": "1.1.0",
"description": "A GUI for scrcpy",
"main": "./dist/main/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/renderer/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ module.exports = {
version: "1.1.0 pre",
scrcpyVersion: "1.23",
adbVersion: "31.0.3-7562133",
scrcpyPath: "src/extraResources/scrcpy/", //Development
//scrcpyPath: "resources/scrcpy/" //Production
//scrcpyPath: "src/extraResources/scrcpy/", //Development
scrcpyPath: "resources/scrcpy/" //Production
},
components: true,

Expand Down

0 comments on commit bb79634

Please sign in to comment.