Skip to content

Commit

Permalink
fix issues with 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Frontesque committed Feb 12, 2022
1 parent 62a2c04 commit ac76bb2
Show file tree
Hide file tree
Showing 14 changed files with 5 additions and 5 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ dist
build/*
!build/icons
node_modules
src/extraResources/scrcpy/*
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.2",
"version": "1.0.3",
"description": "A GUI for scrcpy",
"main": "./dist/main/index.js",
"scripts": {
Expand Down
Binary file modified src/extraResources/scrcpy/AdbWinApi.dll
Binary file not shown.
Binary file modified src/extraResources/scrcpy/AdbWinUsbApi.dll
Binary file not shown.
Binary file modified src/extraResources/scrcpy/SDL2.dll
Binary file not shown.
Binary file modified src/extraResources/scrcpy/avcodec-59.dll
Binary file not shown.
Binary file modified src/extraResources/scrcpy/avformat-59.dll
Binary file not shown.
Binary file modified src/extraResources/scrcpy/avutil-57.dll
Binary file not shown.
Binary file added src/extraResources/scrcpy/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/extraResources/scrcpy/scrcpy.exe
Binary file not shown.
Binary file modified src/extraResources/scrcpy/swresample-4.dll
Binary file not shown.
Binary file modified src/extraResources/scrcpy/swscale-6.dll
Binary file not shown.
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.0.3",
scrcpyVersion: "1.22",
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
3 changes: 2 additions & 1 deletion src/renderer/pages/changelog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<h3>1.0.3</h3>
<ul>
<li>Wrapped text / Text doesn't leave the window without giving the option to scroll</li>
<li>Fixed a lot of issues with running or using ADB on the previous version</li>
</ul>
</section>

Expand Down Expand Up @@ -42,4 +43,4 @@
</section>

</div>
</template>
</template>

0 comments on commit ac76bb2

Please sign in to comment.