diff options
author | Chin <chin.bimbo@gmail.com> | 2015-01-24 18:40:26 +0100 |
---|---|---|
committer | Chin <chin.bimbo@gmail.com> | 2015-01-24 23:21:34 +0100 |
commit | cb39f92e6cd594a483631b2e42385902f9571d18 (patch) | |
tree | ed6c8630298573a21b7a4ffcd3577af58f8f6569 | |
parent | AppVeyor: Add qwindows.dll to the build (diff) | |
download | yuzu-cb39f92e6cd594a483631b2e42385902f9571d18.tar yuzu-cb39f92e6cd594a483631b2e42385902f9571d18.tar.gz yuzu-cb39f92e6cd594a483631b2e42385902f9571d18.tar.bz2 yuzu-cb39f92e6cd594a483631b2e42385902f9571d18.tar.lz yuzu-cb39f92e6cd594a483631b2e42385902f9571d18.tar.xz yuzu-cb39f92e6cd594a483631b2e42385902f9571d18.tar.zst yuzu-cb39f92e6cd594a483631b2e42385902f9571d18.zip |
Diffstat (limited to '')
-rw-r--r-- | appveyor.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index 7188cd438..06c9a7909 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,9 +7,9 @@ clone_depth: 1 environment: QTDIR: C:\Qt\5.4\msvc2013_opengl MEGA_EMAIL: - secure: dLyH/46MKKuCZyozkwwVGCL7nVyX+Cxyo1hVlCUaQDU= + secure: rEo9CGAYX87GKTqZCZ9vLCNCNqxO5JLgbERaHF3YJWg= MEGA_PASSWORD: - secure: ozgp54EZj98kcbD/O+Xl5Q== + secure: zE1zmgjS/6GfN/19ROl/O0fVR58svORQ5gdtsxI7J8k= platform: - Win32 |