Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
説明書き強化
Browse files Browse the repository at this point in the history
  • Loading branch information
Takym committed Apr 3, 2020
1 parent 47ea2b8 commit 63b757d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
4 changes: 2 additions & 2 deletions AupLauncher/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ public static class Program
public const string Description = "Launcher for AviUtl & Audacity Project Files";
public const string Author = "Takym";
public const string Copyright = "Copyright (C) 2020 Takym.";
public const string Version = "0.0.0.4";
public const string CodeName = "aupl00a4";
public const string Version = "0.0.0.5";
public const string CodeName = "aupl00a5";

public static Settings Settings { get; private set; }

Expand Down
21 changes: 19 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,26 @@
# AupLauncher
Copyright (C) 2020 Takym.

[日本語](#ja)
[English](#en)

<a id="ja"></a>
## 概要
AviUtl と Audacity のプロジェクトファイルを認識し適切なアプリケーションを起動します。
Windows 10 (1909) で動作確認しています。

## 注意
このアプリケーションはレジストリを変更します。
実行前にバックアップを取る事をおすすめします。

## 利用規約
このソフトウェアはMITライセンスの下で配布されます。
詳しくは[LICENSE.txt](LICENSE.txt)をご覧ください。

## インストール方法
0. まず最初に AviUtl と Audacity をインストールしてください。
0. AviUtl と Audacity がインストールされている事を前提に動作します。まず最初にインストールしておいてください。
* [AviUtl](http://spring-fragrance.mints.ne.jp/aviutl/)
* [Audacity](https://www.audacityteam.org/)
1. 適当な場所に下記のフォルダとファイルをコピーします。
* en
* AupLauncher.resources.dll
Expand Down Expand Up @@ -40,6 +48,7 @@ AviUtl
## バージョン履歴
|バージョン|開発コード名|更新日 |内容 |
|:--------:|:----------:|:---------|:----------------------------------------------------------------------------------------------|
|v0.0.0.5 |aupl00a5 |2020/04/03|説明書きを分かり易く修正。 |
|v0.0.0.4 |aupl00a4 |2020/03/31|ファイル名の空白を正しく処理する様にした。 |
|v0.0.0.3 |aupl00a3 |2020/03/29|[?]ボタンが表示されない現象を修正した。無効なファイルを開いた時、設定画面を表示できる様にした。|
|v0.0.0.2 |aupl00a2 |2020/03/29|バージョン情報をアプリ内で確認できる様にした。 |
Expand All @@ -49,13 +58,20 @@ AviUtl
<a id="en"></a>
## Summary
This tool recognizes a project file of AviUtl and Audacity to start a proper application for editing.
Operation has been confirmed on Windows 10 (1909).

## Attension
This application will be change the Windows Registry.
I should recommend you to backup the registry before a run.

## Terms of Use
This software is distributed and licensed under the MIT License.
Please refer [LICENSE.txt](LICENSE.txt) for more information.

## How to Install
0. First, please install both AviUtl and Audacity.
0. Please make sure that both AviUtl and Audacity is installed already. Download links below:
* [AviUtl](http://spring-fragrance.mints.ne.jp/aviutl/)
* [Audacity](https://www.audacityteam.org/)
1. Copy below the application folders and files to some location:
* en
* AupLauncher.resources.dll
Expand Down Expand Up @@ -83,6 +99,7 @@ Please refer [LICENSE.txt](LICENSE.txt) for more information.
## Change Log
|Version |Code Name |Update |Changes |
|:--------:|:----------:|:---------|:----------------------------------------------------------------------------------------|
|v0.0.0.5 |aupl00a5 |2020/04/03|Fixed this manual friendly only. |
|v0.0.0.4 |aupl00a4 |2020/03/31|Fixed to process for blanks in a file name. |
|v0.0.0.3 |aupl00a3 |2020/03/29|Fixed to show [?] button. Added a handle to show the settings window for an invalid file.|
|v0.0.0.2 |aupl00a2 |2020/03/29|Added a version information dialog. |
Expand Down

0 comments on commit 63b757d

Please sign in to comment.