use same date format as linux build

This commit is contained in:
Yann Leboulanger 2017-01-04 13:55:09 +01:00
parent 7b8eec955c
commit 90a80fedaf
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ install:
- ps: '& "C:\Program Files (x86)\NSIS\makensis.exe" gajim.nsi'
# Push Installer Exe
- ps: $env:TIME_STRING=(get-date).ToString(d-M-yyyy)
- ps: $env:TIME_STRING=(get-date -UFormat "%Y-%m-%d").ToString()
- ps: Push-AppveyorArtifact Gajim.exe -FileName "Gajim-default-$($env:TIME_STRING).exe"
build: off