mirror of
https://github.com/ScoopInstaller/Scoop.git
synced 2025-12-11 02:25:52 +00:00
fix encoding
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{
|
||||
{
|
||||
"version": "v2.8.3",
|
||||
"extract_dir": "lynx_w32",
|
||||
"url": "http://www.vordweb.co.uk/standards/lynx_v283.zip",
|
||||
|
||||
@@ -3,7 +3,8 @@ $repo_dir = (Get-Item $MyInvocation.MyCommand.Path).directory.parent.FullName
|
||||
$repo_files = @( Get-ChildItem $repo_dir -file -recurse -force )
|
||||
|
||||
$project_file_exclusions = @(
|
||||
$([regex]::Escape($repo_dir.fullname)+'\\.git\\.*$')
|
||||
$([regex]::Escape($repo_dir.fullname)+'\\.git\\.*$'),
|
||||
'.sublime-workspace$'
|
||||
)
|
||||
|
||||
describe 'Project code' {
|
||||
|
||||
Reference in New Issue
Block a user