Giter Club home page Giter Club logo

aviutl-installer-pwsh's Introduction

AviUtl-Installer-pwsh

PowershellによるAviUtlの初期環境構築スクリプト

/aviutl/セットアップ を自動的に行います。

追加で以下のプラグイン等をインストールします。

特徴

  • ワンライナーのコードを実行するだけで、AviUtlの初期環境構築が完了します。
  • ソースコードを除くすべてのファイルを保持します。
    • 自動で接頭辞(prefix)を付けます。
    • Readmeなどを必要なときに参照できます。
  • 主要な推奨設定を自動的に適用します。

実行

  1. PowerShell 6.2以降が必要です。

    • 最新のPowershellの入手方法はこちらを参照してください。
    • winget経由でインストールする場合は以下のコマンドを実行してください。
      winget install --id Microsoft.Powershell --source winget
  2. エクスプローラーでインストール先のフォルダを開いてください。

    • ファイルはAviUtl_yyyyMMddHHmmssフォルダ内に展開されます。
  3. アドレスバーに次のコマンドを入力し、実行してください。

    pwsh -ExecutionPolicy Bypass -Command "[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/Per-Terra/AviUtl-Installer-pwsh/main/installer.ps1'))"

    Note エラーが出力された場合は Issue で報告してください。

  4. インストールが完了したら、AviUtl が正常に起動することを確認してください。

ToDo

  • README.mdに説明画像を追加
  • パッケージ情報のJSONなどへの分離
  • その他のパッケージを追加
  • インストールするパッケージを選択できるように
  • 進捗状況の出力
  • 環境構築後のアップデートに対応
  • iniの並び順への対応

注意事項

  • iniの設定項目が標準とは異なる順に並びます。
    • 実用上の問題はありません。
    • 必要に応じて一度iniファイルを削除し、自分で設定してください。

ライセンス

MIT Licenseに基づく

aviutl-installer-pwsh's People

Contributors

per-terra avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.