2023 09 13 test (#1051)

* Update edgeremoval.bat (#1027)

* Pull edgeremoval.bat directly from source (#1028)

* Incorrect WinGet ID for TCPView. (#1032)

Small issue in the naming of TCPView in the `config/applications.json` winget line which caused the application not being found when trying to install it. 

The line was `"winget": "Microsoft.Sysinternals.Tcpview",` when it should have been `"winget": "Microsoft.Sysinternals.TCPView",`, small error and an easy fix.

* Add NanaZip (#1033)

* Fix edge removal (#1037)

* 2023 09 13 test (#1040)

* add Tidal

* added tidal

* Added Jellyfin Media Player and Server (#1045)

* Added Jellyfin Media Player

* Added Jellyfin Server

* Added Okular document viewer (#1044)

Co-authored-by: tibo29 <tibo.vandenberg@student.uhasselt.be>

* Update applications.json to add sdio Choco package (#1043)

Add sdio as unofficial chocolatey package for Snappy Driver Installer Origin. SDIO package history available here: https://community.chocolatey.org/packages/sdio

* Fix case in tweaks

* update logo

---------

Co-authored-by: Christian S <crian84@gmail.com>
Co-authored-by: Legend <39273354+ThatLadLegend@users.noreply.github.com>
Co-authored-by: QuadFeed <quadfeed.cv@gmail.com>
Co-authored-by: EndCoder <endlord15@proton.me>
Co-authored-by: Tibo-29 <79264873+Tibo-29@users.noreply.github.com>
Co-authored-by: tibo29 <tibo.vandenberg@student.uhasselt.be>
Co-authored-by: Will Barnard <5012445+mrwillbarnz@users.noreply.github.com>
This commit is contained in:
Chris Titus
2023-09-23 14:10:03 -05:00
committed by GitHub
parent 9b23149cee
commit 1d9c2d9325
5 changed files with 440 additions and 626 deletions

View File

@ -203,6 +203,14 @@
"winget": "Apple.iTunes",
"choco": "itunes"
},
"WPFInstalljellyfinmediaplayer": {
"winget": "Jellyfin.JellyfinMediaPlayer",
"choco": "jellyfin-media-player"
},
"WPFInstalljellyfinserver": {
"winget": "Jellyfin.Server",
"choco": "jellyfin"
},
"WPFInstalljami": {
"winget": "SFLinux.Jami",
"choco": "jami"
@ -299,6 +307,10 @@
"winget": "MusicBee.MusicBee",
"choco": "musicbee"
},
"WPFInstallnanazip": {
"winget": "M2Team.NanaZip",
"choco": "nanazip"
},
"WPFInstallnano": {
"winget": "GNU.Nano",
"choco": "nano"
@ -351,6 +363,10 @@
"winget": "Obsidian.Obsidian",
"choco": "obsidian"
},
"WPFInstallokular": {
"winget": "KDE.Okular",
"choco": "okular"
},
"WPFInstallonedrive": {
"winget": "Microsoft.OneDrive",
"choco": "onedrive"
@ -429,7 +445,7 @@
},
"WPFInstallsdio": {
"winget": "GlennDelahoy.SnappyDriverInstallerOrigin",
"choco": "na"
"choco": "sdio"
},
"WPFInstallsharex": {
"winget": "ShareX.ShareX",
@ -476,7 +492,7 @@
"choco": "sumatrapdf"
},
"WPFInstalltcpview": {
"winget": "Microsoft.Sysinternals.Tcpview",
"winget": "Microsoft.Sysinternals.TCPView",
"choco": "tcpview"
},
"WPFInstallteams": {
@ -511,6 +527,10 @@
"Winget": "xanderfrangos.twinkletray",
"choco": "na"
},
"WPFInstalltidal": {
"Winget": "9NNCB5BS59PH",
"choco": "na"
},
"WPFInstallubisoft": {
"winget": "Ubisoft.Connect",
"choco": "ubisoft-connect"
@ -595,4 +615,4 @@
"winget": "Zoom.Zoom",
"choco": "zoom"
}
}
}