Drop CHANGELOG_PREFACE from env

dotenv can't parse \n ?
This commit is contained in:
Davide De Rosa 2021-10-06 17:46:54 +02:00
parent f6af9a3fb8
commit 52d89684ed
2 changed files with 1 additions and 1 deletions

1
.env
View File

@ -3,7 +3,6 @@ APP_NAME="Passepartout"
#MATCH_READONLY="true" #MATCH_READONLY="true"
BUILD_PATH="build" BUILD_PATH="build"
DIST_PATH="dist" DIST_PATH="dist"
CHANGELOG_PREFACE="# Warning\n\nPlease report to beta@passepartoutvpn.app immediately\nif this build deletes some or all profiles.\n"
# constant (fastlane) # constant (fastlane)
LC_ALL="en_US.UTF-8" LC_ALL="en_US.UTF-8"

1
.gitignore vendored
View File

@ -14,6 +14,7 @@ Pods
build/ build/
dist/ dist/
iap/ iap/
templates/
.env.secret* .env.secret*
Preview.html Preview.html
l10n l10n