summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2017-03-12 22:59:37 -0400
committerAndrew Gallant <jamslam@gmail.com>2017-03-12 22:59:37 -0400
commitfd9870d668bbdfe0c0ed9f4cb6596be94b80a6fe (patch)
treec5820dc3a25293d4596c948bd6d19f544ef3b639
parenta3a270806768e1a53743a09fce226429948413a7 (diff)
Revert "Add _rg.ps1 to windows zip"0.5.0
This reverts commit d570f78144b8fb63d02382630d10d5db174d21ce. This was reverted because it's blocking a 0.5.0 release. Windows is foreign to me, and apparently globs are not allowed. See: https://ci.appveyor.com/project/BurntSushi/ripgrep/build/1.0.341/job/7o1jqicmtwm7oa00
-rw-r--r--appveyor.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 43adc42c..c089e07b 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -40,7 +40,6 @@ before_deploy:
- cargo build --release
- mkdir staging
- copy target\release\rg.exe staging
- - copy target\release\build\ripgrep-*\out\_rg.ps1 staging
- cd staging
# release zipfile will look like 'rust-everywhere-v1.2.3-x86_64-pc-windows-msvc'
- 7z a ../%PROJECT_NAME%-%APPVEYOR_REPO_TAG_NAME%-%TARGET%.zip *