Rename the file containing software functions

This commit is contained in:
Manuel Thalmann 2024-08-01 17:38:59 +02:00
commit 603fbdfe46
6 changed files with 5 additions and 5 deletions
scripts/Windows/Software

View file

@ -1,4 +1,4 @@
#!/bin/pwsh
param($context)
. "$PSScriptRoot/../../Scripts/SoftwarePackage.ps1";
. "$PSScriptRoot/../../Scripts/SoftwareManagement.ps1";
Install-SoftwarePackage $context "https://github.com/bobranten/Ext4Fsd/releases/download/v0.71/Ext2Fsd-0.71-setup.exe"

View file

@ -2,7 +2,7 @@
param($context)
. "$PSScriptRoot/../../Scripts/Context.ps1";
. "$PSScriptRoot/../../Scripts/BrowserAutomation.ps1";
. "$PSScriptRoot/../../Scripts/SoftwarePackage.ps1";
. "$PSScriptRoot/../../Scripts/SoftwareManagement.ps1";
Write-Host "Installing GPU-Z";
$tempDir = $context.GetTempDirectory();