Skip to content

Commit

Permalink
Merge pull request #16 from Hsilgos/revert-14-deploy_npp_admin_plugin
Browse files Browse the repository at this point in the history
Revert "Puts dll into folder inside zip file"
  • Loading branch information
Hsilgos authored Oct 29, 2018
2 parents 1d32502 + c20ce71 commit 23ab03b
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,14 @@ after_build:
if ($env:CONFIGURATION -eq "Release") {
if($env:PLATFORM -eq "x64") {
$ZipFileName = "NppSaveAsAdmin_$($env:APPVEYOR_BUILD_VERSION)_x64.zip"
cp "$($env:APPVEYOR_BUILD_FOLDER)\NppSaveAsAdmin\bin64\NppSaveAsAdmin.dll" "NppSaveAsAdmin\NppSaveAsAdmin.dll"
7z a $ZipFileName "$($env:APPVEYOR_BUILD_FOLDER)\NppSaveAsAdmin\bin64\NppSaveAsAdmin.dll"
}
if($env:PLATFORM -eq "x86") {
$ZipFileName = "NppSaveAsAdmin_$($env:APPVEYOR_BUILD_VERSION)_x86.zip"
cp "$($env:APPVEYOR_BUILD_FOLDER)\NppSaveAsAdmin\bin\NppSaveAsAdmin.dll" "NppSaveAsAdmin\NppSaveAsAdmin.dll"
7z a $ZipFileName "$($env:APPVEYOR_BUILD_FOLDER)\NppSaveAsAdmin\bin\NppSaveAsAdmin.dll"
}
cp "$($env:APPVEYOR_BUILD_FOLDER)\README.md" "NppSaveAsAdmin\README.md"
7z a $ZipFileName "NppSaveAsAdmin\NppSaveAsAdmin.dll"
7z a $ZipFileName "NppSaveAsAdmin\README.md"
7z a $ZipFileName "NppSaveAsAdmin\license.txt"
7z a $ZipFileName "$($env:APPVEYOR_BUILD_FOLDER)\README.md"
7z a $ZipFileName "$($env:APPVEYOR_BUILD_FOLDER)\NppSaveAsAdmin\license.txt"
}
test_script:
Expand Down

0 comments on commit 23ab03b

Please sign in to comment.