fix encoding

This commit is contained in:
Luke Sampson
2016-04-19 14:42:49 +10:00
parent 5bf11ee599
commit 68b6e33d9e
2 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
{
{
"version": "v2.8.3",
"extract_dir": "lynx_w32",
"url": "http://www.vordweb.co.uk/standards/lynx_v283.zip",

View File

@@ -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' {