mirror of
https://github.com/FAUSheppy/homelab_gamevault
synced 2025-12-06 06:51:36 +01:00
fix: set requirements file
This commit is contained in:
2
dist/run.ps1
vendored
2
dist/run.ps1
vendored
@@ -8,7 +8,7 @@ if (-not $pythonInstalled) {
|
||||
}
|
||||
|
||||
# install dependencies
|
||||
Start-Process python -ArgumentList "-m", "pip", "install", "-r", $requirementsFilePath -Wait
|
||||
Start-Process python -ArgumentList "-m", "pip", "install", "-r", requirements.txt -Wait
|
||||
|
||||
# Get the directory of the script
|
||||
$scriptDirectory = Split-Path -Parent $MyInvocation.MyCommand.Path
|
||||
|
||||
Reference in New Issue
Block a user