Skip to content

Commit

Permalink
update scrcpy
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Sep 9, 2024
1 parent 371ed46 commit b75b7e5
Show file tree
Hide file tree
Showing 19 changed files with 5 additions and 21 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": "2.1.0",
"version": "2.1.1",
"description": "A GUI for scrcpy",
"main": "./dist/main/index.js",
"scripts": {
Expand Down
Binary file modified resources/scrcpy/AdbWinApi.dll
Binary file not shown.
Binary file modified resources/scrcpy/AdbWinUsbApi.dll
Binary file not shown.
Binary file modified resources/scrcpy/SDL2.dll
Binary file not shown.
Binary file modified resources/scrcpy/adb.exe
Binary file not shown.
Binary file not shown.
Binary file removed resources/scrcpy/avformat-60.dll
Binary file not shown.
Binary file added resources/scrcpy/avformat-61.dll
Binary file not shown.
Binary file removed resources/scrcpy/avutil-58.dll
Binary file not shown.
Binary file added resources/scrcpy/avutil-59.dll
Binary file not shown.
Binary file modified resources/scrcpy/libusb-1.0.dll
Binary file not shown.
Binary file modified resources/scrcpy/scrcpy-server
Binary file not shown.
Binary file modified resources/scrcpy/scrcpy.exe
Binary file not shown.
Binary file removed resources/scrcpy/swresample-4.dll
Binary file not shown.
Binary file added resources/scrcpy/swresample-5.dll
Binary file not shown.
13 changes: 3 additions & 10 deletions src/main/index.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
import { app } from 'electron'
import { app } from 'electron';

// Quit when all windows are closed.
app.on('window-all-closed', function () {
// On macOS it is common for applications and their menu bar
// to stay active until the user quits explicitly with Cmd + Q
//if (process.platform !== 'darwin') app.quit();


//--- Kill the ADB server ---//



//require('../renderer/plugins/modules/execute')('adb kill-server');
app.quit();
})

// Load here all startup windows
Expand Down
6 changes: 0 additions & 6 deletions src/renderer/components/tools.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ export default {
title: "File Manager",
icon: "mdi-folder-open",
to: "/tools/files"
},
{
title: "Partition Dumper",
icon: "mdi-zip-box",
to: "/tools/dump",
disabled: true
}
],
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

module.exports = {
env: {
version: "2.1.0",
version: "2.1.1",
scrcpyPath: "resources/scrcpy/",

releasesUrl: "https://api.github.com/repos/Frontesque/scrcpy-plus/releases",
Expand Down
3 changes: 0 additions & 3 deletions src/renderer/pages/tools/dump.vue

This file was deleted.

0 comments on commit b75b7e5

Please sign in to comment.