Skip to content

Commit

Permalink
Updated Electron and WebTorrent versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
YuhApps committed Feb 13, 2024
1 parent 6543ce8 commit 708a832
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 51 deletions.
86 changes: 43 additions & 43 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "magtorrent",
"productName": "MagTorrent",
"version": "1.0.7",
"version": "1.0.8",
"description": "A torrent app for Desktop, powered by WebTorrent and Electron.",
"main": "src/app.js",
"scripts": {
"start": "electron .",
"pack-all": "npm run pack-mac && npm run pack-windows && npm run pack-linux && open dist/",
"pack-mac": "electron-builder -m --x64 --arm64",
"pack-linux": "electron-builder -l deb tar.xz --x64",
"pack-windows": "electron-builder -w nsis zip --x64"
"pack-mac": "npx electron-builder -m --x64 --arm64",
"pack-linux": "npx electron-builder -l deb tar.xz --x64",
"pack-windows": "npx electron-builder -w nsis zip --x64"
},
"keywords": [
"magnet",
Expand Down Expand Up @@ -42,11 +42,11 @@
"electron-updater": "^6.1.7",
"sound-play": "^1.1.0",
"trash": "^8.1.1",
"webtorrent": "^2.1.29"
"webtorrent": "^2.1.35"
},
"devDependencies": {
"@electron/notarize": "^2.2.0",
"electron": "^27.1.2",
"@electron/notarize": "^2.2.1",
"electron": "^28.2.1",
"electron-builder": "^24.9.1"
},
"postinstall": "electron-builder install-app-deps"
Expand Down
2 changes: 1 addition & 1 deletion src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const soundPlay = require('sound-play')
const sintel = 'magnet:?xt=urn:btih:08ada5a7a6183aae1e09d831df6748d566095a10&dn=Sintel&tr=udp%3A%2F%2Fexplodie.org%3A6969&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Ftracker.empire-js.us%3A1337&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337&tr=wss%3A%2F%2Ftracker.btorrent.xyz&tr=wss%3A%2F%2Ftracker.fastcast.nz&tr=wss%3A%2F%2Ftracker.openwebtorrent.com&ws=https%3A%2F%2Fwebtorrent.io%2Ftorrents%2F&xs=https%3A%2F%2Fwebtorrent.io%2Ftorrents%2Fsintel.torrent'
const sampleItems = [sintel]

const build_date = '2023.11.28'
const build_date = '2024.02.08'

let webTorrentClient, moveToTrash
let mainWindow
Expand Down

0 comments on commit 708a832

Please sign in to comment.