From 2b11a4cacb424116511828ee967b7877d750c5a9 Mon Sep 17 00:00:00 2001 From: odrling Date: Sat, 31 Aug 2019 20:53:48 +0200 Subject: [PATCH] . --- .ci/upload_win_installer.sh | 3 ++- appveyor.yml | 8 -------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/.ci/upload_win_installer.sh b/.ci/upload_win_installer.sh index 15b7a11af..da3364178 100644 --- a/.ci/upload_win_installer.sh +++ b/.ci/upload_win_installer.sh @@ -5,4 +5,5 @@ tag=$(git describe --exact-match) [ "$tag" ] || exit curl -T 'packages\win_installer\output\Aegisub-Japan7-x64.exe' --user $FTP_USER:$FTP_PASS "$dest/Aegisub-Japan7-x64-${tag#v}.exe" -curl -T <(printf "${tag#v}\n$(git tag -l --format='%contents' $tag)") --user "$FTP_USER:$FTP_PASS" "$dest/" +printf "${tag#v}\n$(git tag -l --format='%contents' $tag)" > latest +curl -T latest --user "$FTP_USER:$FTP_PASS" "$dest/" diff --git a/appveyor.yml b/appveyor.yml index 7260b5884..de17e59a9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,13 +1,5 @@ image: Visual Studio 2017 -environment: - FTP_USER: - secure: xGGTbpTyolt9LzlibZG35w== - - FTP_PASS: - secure: kPsYsaMBJdlI+vsnrfBp7thNkr9EjDML9dPLxQ0Jjxs= - - install: - cd %APPVEYOR_BUILD_FOLDER% - git submodule update --init --recursive