Initial commit
This commit is contained in:
3
scripts/install_package_locally.ps1
Normal file
3
scripts/install_package_locally.ps1
Normal file
@@ -0,0 +1,3 @@
|
||||
$Source = "$PSScriptRoot/../*"
|
||||
$Destination = "$env:LOCALAPPDATA/typst/packages/local/modern-cv/0.1.0"
|
||||
Copy-Item -Path $Source -Destination $Destination -Recurse -Force
|
||||
Reference in New Issue
Block a user