Merge pull request #173 from TheOneRing/snor_next
authorManuel Nickschas <sputnick@quassel-irc.org>
Sun, 31 Jan 2016 22:05:25 +0000 (23:05 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 31 Jan 2016 22:05:25 +0000 (23:05 +0100)
Fix build with snorenotify 0.7

1  2 
appveyor.yml

diff --cc appveyor.yml
@@@ -10,9 -10,9 +10,9 @@@ build_script
  
      Import-Module $env:APPVEYOR_BUILD_FOLDER\work\appveyorHelp.psm1
  
 -    Init @("ninja", "png2ico", "nsis") ([ordered]@{"git://anongit.kde.org/extra-cmake-modules.git" = @{"branch" = "master"};
 +    Init @("ninja", "png2ico", "nsis", "7zip.commandline") ([ordered]@{"git://anongit.kde.org/extra-cmake-modules.git" = @{"branch" = "master"};
                                   "https://github.com/Snorenotify/SnoreGrowl.git" = @{"branch" = "v0.4.0"; "buildType" = "Release"};
-                                  "git://anongit.kde.org/snorenotify.git" = @{"branch" = "v0.6.0"; "buildType" = "Release"}})
+                                  "git://anongit.kde.org/snorenotify.git" = @{"branch" = "v0.7.0"; "buildType" = "Release"}})
  
  
      mkdir -Force $env:APPVEYOR_BUILD_FOLDER\work\build\$env:APPVEYOR_PROJECT_NAME