Skip to content

Commit

Permalink
Merge pull request #7 from Bounz/HGBE-1
Browse files Browse the repository at this point in the history
Extracted deb creation into builddeb.ps1.
  • Loading branch information
Bounz authored Jan 8, 2018
2 parents 6414aac + 0952c5e commit 88d80b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ build_script:
#---------------------------------#

before_deploy:
- ps: . $($env:APPVEYOR_BUILD_FOLDER)\HomeGenie_Linux\Packager\builddeb.ps1
- ps: . "$($env:APPVEYOR_BUILD_FOLDER)\HomeGenie_Linux\Packager\builddeb.ps1"

# Call wpkg to create .deb package
- C:\WPKG\bin\wpkg.exe --build c:\projects\homegenie\release --output-dir c:\projects\homegenie\release --verbose
Expand Down

0 comments on commit 88d80b7

Please sign in to comment.