Skip to content

Commit

Permalink
Merge pull request #393 from appwrite/add-windows-script
Browse files Browse the repository at this point in the history
feat: add windows installer script
  • Loading branch information
christyjacob4 authored Mar 3, 2022
2 parents 0b49ac1 + 150718f commit 1d5293d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/SDK/Language/CLI.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@ public function getFiles()
'template' => 'cli/install.sh.twig',
'minify' => false,
],
[
'scope' => 'default',
'destination' => 'install.ps1',
'template' => 'cli/install.ps1.twig',
'minify' => false,
],
[
'scope' => 'default',
'destination' => 'index.js',
Expand Down

0 comments on commit 1d5293d

Please sign in to comment.