mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-31 15:59:26 +00:00
encode external_api_keys.dart file as utf-8
This commit is contained in:
parent
2e93bb656b
commit
9ecb87206b
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
$KEYS = "..\lib\external_api_keys.dart"
|
||||
if (-not (Test-Path $KEYS)) {
|
||||
Write-Host "prebuild.ps1: creating template lib/external_api_keys.dart file"
|
||||
"const kChangeNowApiKey = "";" + "`nconst kSimpleSwapApiKey = "";" | Out-File $KEYS
|
||||
"const kChangeNowApiKey = '';" + "`nconst kSimpleSwapApiKey = '';" | Out-File $KEYS -Encoding UTF8
|
||||
}
|
||||
|
||||
# Create template wallet test parameter files if they don't already exist
|
||||
|
|
Loading…
Reference in a new issue