Skip to content

Commit 94c494c

Browse files
committed
v1.0.2
1 parent 8f7c346 commit 94c494c

File tree

4 files changed

+100
-6
lines changed

4 files changed

+100
-6
lines changed

winscript-app/resources/index.html

Lines changed: 44 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -640,17 +640,40 @@ <h1 class="title">WinScript</h1>
640640
</button>
641641
</div>
642642
<details>
643-
<summary><span>Browsers</span></summary>
643+
<summary><span>Drivers</span></summary>
644644
<div class="collapsable-content">
645645
<label class="checkbox-wrap">
646646
<input
647647
type="checkbox"
648648
js-target="install"
649649
class="checkbox"
650-
id="Chrome"
650+
id="Intel"
651651
/>
652-
<span>Chrome</span>
652+
<span>Intel DSA</span>
653653
</label>
654+
<label class="checkbox-wrap">
655+
<input
656+
type="checkbox"
657+
js-target="install"
658+
class="checkbox"
659+
id="Ryzen"
660+
/>
661+
<span>Ryzen Chipset Driver</span>
662+
</label>
663+
<label class="checkbox-wrap">
664+
<input
665+
type="checkbox"
666+
js-target="install"
667+
class="checkbox"
668+
id="NVIDIA"
669+
/>
670+
<span>NVIDIA Display Driver</span>
671+
</label>
672+
</div>
673+
</details>
674+
<details>
675+
<summary><span>Browsers</span></summary>
676+
<div class="collapsable-content">
654677
<label class="checkbox-wrap">
655678
<input
656679
type="checkbox"
@@ -796,6 +819,15 @@ <h1 class="title">WinScript</h1>
796819
/>
797820
<span>Steam</span>
798821
</label>
822+
<label class="checkbox-wrap">
823+
<input
824+
type="checkbox"
825+
js-target="install"
826+
class="checkbox"
827+
id="LGHub"
828+
/>
829+
<span>LGHub</span>
830+
</label>
799831
<label class="checkbox-wrap">
800832
<input
801833
type="checkbox"
@@ -909,6 +941,15 @@ <h1 class="title">WinScript</h1>
909941
/>
910942
<span>Nilesoft Shell</span>
911943
</label>
944+
<label class="checkbox-wrap">
945+
<input
946+
type="checkbox"
947+
js-target="install"
948+
class="checkbox"
949+
id="WindHawk"
950+
/>
951+
<span>WindHawk</span>
952+
</label>
912953
<label class="checkbox-wrap">
913954
<input
914955
type="checkbox"

winscript-app/resources/js/appinstall.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ function appsInstall() {
33
const baseChoco = "choco install ";
44
// Define the list of apps
55
const appList = [
6+
// Drivers
7+
{ id: "Intel", url: "intel-dsa" },
8+
{ id: "Ryzen", url: "amd-ryzen-chipset" },
9+
{ id: "NVIDIA", url: "nvidia-display-driver" },
610
// Browsers
711
{ id: "Chrome", url: "googlechrome" },
812
{ id: "Firefox", url: "firefox" },
@@ -22,6 +26,7 @@ function appsInstall() {
2226
{ id: "NanaZip", url: "nanazip" },
2327
// Gaming
2428
{ id: "Steam", url: "steam" },
29+
{ id: "LGHub", url: "lghub" },
2530
{ id: "EpicGames", url: "epicgameslauncher" },
2631
{ id: "EAApp", url: "ea-app" },
2732
{ id: "Minecraft", url: "minecraft-launcher" },
@@ -35,6 +40,7 @@ function appsInstall() {
3540
{ id: "Everything", url: "everything" },
3641
{ id: "QuickLook", url: "quicklook" },
3742
{ id: "Shell", url: "nilesoft-shell" },
43+
{ id: "WindHawk", url: "windhawk" },
3844
{ id: "FlowLauncher", url: "flow-launcher" },
3945
{ id: "CCleaner", url: "ccleaner" },
4046
{ id: "Revo", url: "revo-uninstaller" },

winscript-online/index.html

Lines changed: 44 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -642,17 +642,40 @@ <h1 class="title">WinScript</h1>
642642
</button>
643643
</div>
644644
<details>
645-
<summary><span>Browsers</span></summary>
645+
<summary><span>Drivers</span></summary>
646646
<div class="collapsable-content">
647647
<label class="checkbox-wrap">
648648
<input
649649
type="checkbox"
650650
js-target="install"
651651
class="checkbox"
652-
id="Chrome"
652+
id="Intel"
653653
/>
654-
<span>Chrome</span>
654+
<span>Intel DSA</span>
655655
</label>
656+
<label class="checkbox-wrap">
657+
<input
658+
type="checkbox"
659+
js-target="install"
660+
class="checkbox"
661+
id="Ryzen"
662+
/>
663+
<span>Ryzen Chipset Driver</span>
664+
</label>
665+
<label class="checkbox-wrap">
666+
<input
667+
type="checkbox"
668+
js-target="install"
669+
class="checkbox"
670+
id="NVIDIA"
671+
/>
672+
<span>NVIDIA Display Driver</span>
673+
</label>
674+
</div>
675+
</details>
676+
<details>
677+
<summary><span>Browsers</span></summary>
678+
<div class="collapsable-content">
656679
<label class="checkbox-wrap">
657680
<input
658681
type="checkbox"
@@ -798,6 +821,15 @@ <h1 class="title">WinScript</h1>
798821
/>
799822
<span>Steam</span>
800823
</label>
824+
<label class="checkbox-wrap">
825+
<input
826+
type="checkbox"
827+
js-target="install"
828+
class="checkbox"
829+
id="LGHub"
830+
/>
831+
<span>LGHub</span>
832+
</label>
801833
<label class="checkbox-wrap">
802834
<input
803835
type="checkbox"
@@ -911,6 +943,15 @@ <h1 class="title">WinScript</h1>
911943
/>
912944
<span>Nilesoft Shell</span>
913945
</label>
946+
<label class="checkbox-wrap">
947+
<input
948+
type="checkbox"
949+
js-target="install"
950+
class="checkbox"
951+
id="WindHawk"
952+
/>
953+
<span>WindHawk</span>
954+
</label>
914955
<label class="checkbox-wrap">
915956
<input
916957
type="checkbox"

winscript-online/js/appinstall.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ function appsInstall() {
33
const baseChoco = "choco install ";
44
// Define the list of apps
55
const appList = [
6+
// Drivers
7+
{ id: "Intel", url: "intel-dsa" },
8+
{ id: "Ryzen", url: "amd-ryzen-chipset" },
9+
{ id: "NVIDIA", url: "nvidia-display-driver" },
610
// Browsers
711
{ id: "Chrome", url: "googlechrome" },
812
{ id: "Firefox", url: "firefox" },
@@ -22,6 +26,7 @@ function appsInstall() {
2226
{ id: "NanaZip", url: "nanazip" },
2327
// Gaming
2428
{ id: "Steam", url: "steam" },
29+
{ id: "LGHub", url: "lghub" },
2530
{ id: "EpicGames", url: "epicgameslauncher" },
2631
{ id: "EAApp", url: "ea-app" },
2732
{ id: "Minecraft", url: "minecraft-launcher" },
@@ -35,6 +40,7 @@ function appsInstall() {
3540
{ id: "Everything", url: "everything" },
3641
{ id: "QuickLook", url: "quicklook" },
3742
{ id: "Shell", url: "nilesoft-shell" },
43+
{ id: "WindHawk", url: "windhawk" },
3844
{ id: "FlowLauncher", url: "flow-launcher" },
3945
{ id: "CCleaner", url: "ccleaner" },
4046
{ id: "Revo", url: "revo-uninstaller" },

0 commit comments

Comments
 (0)