mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
fix cwd on windows
This commit is contained in:
parent
1e0fb81314
commit
1117294b33
6 changed files with 20 additions and 4 deletions
|
|
@ -16,6 +16,8 @@ PS> .\make_docs.ps1
|
|||
$current_dir = Get-Location
|
||||
$script_dir = Split-Path -Path $MyInvocation.MyCommand.Definition -Parent
|
||||
$pype_root = (Get-Item $script_dir).parent.FullName
|
||||
Set-Location -Path $pype_root
|
||||
|
||||
|
||||
$art = @"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue