Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions build/scripts/prepare-install-package.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env pwsh

#
#
# Note: On Windows, this script *does not* set Linux permissions. The final changes are handled by the
Expand Down
2 changes: 2 additions & 0 deletions build/scripts/set-smapi-version.ps1
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env pwsh

. "$PSScriptRoot\lib\in-place-regex.ps1"

# get version number
Expand Down