From: AJ ONeal Date: Tue, 30 Jun 2020 07:14:17 +0000 (-0400) Subject: install.bat => install.ps1 X-Git-Url: https://git.josue.xyz/?p=webi-installers%2F.git;a=commitdiff_plain;h=60b828875c681242008d1e1b11ac35e0851132bb install.bat => install.ps1 --- diff --git a/README.md b/README.md index 6d9a43b..0c50637 100644 --- a/README.md +++ b/README.md @@ -66,8 +66,8 @@ An install consists of 5 parts in 4 files: my-new-package/ - README.md (package info in frontmatter) - releases.js - - install.sh - - install.bat + - install.sh (bash) + - install.ps1 (PowerShell) ``` 1. Create Description @@ -249,10 +249,13 @@ webi_post_install # Runs `webi_add_path $pkg_dst_bin` # Roadmap - Wrap release APIs to unify and expose +- [ ] Support more Windows packages - [ ] Support arbitrary git urls (i.e. `@github.com/node/node`) - (maybe `ghi node/node` for github specifically) - [ ] Support git as an archive format +