Skip to content

Commit

Permalink
Merge pull request #37 from fa0311/develop-v4
Browse files Browse the repository at this point in the history
Develop v4
  • Loading branch information
fa0311 authored Sep 12, 2022
2 parents a74fea5 + 70832fb commit 7a37dc1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ DMM Game Player のゲームを高速かつセキュアに起動できるラン
[Releases](https://github.com/fa0311/DMMGamePlayerFastLauncher/releases) から `DMMGamePlayerFastLauncher-Setup.exe` をダウンロード<br>
実行してセットアップする

## その他のインストール(上級者向け)
## その他のインストール

### 手動インストール
### 手動インストール(上級者向け)
[Releases](https://github.com/fa0311/DMMGamePlayerFastLauncher/releases) から `DMMGamePlayerFastLauncher.exe` をダウンロード<br>

### product_idチェッカーのみ
### product_idチェッカーのみインストール(上級者向け)
[Releases](https://github.com/fa0311/DMMGamePlayerFastLauncher/releases) から `DMMGamePlayerProductIdChecker.exe` をダウンロード<br>
変更のない場合はアップロードされていないので過去のバージョンのReleaseからダウンロードしてください

Expand All @@ -32,10 +32,10 @@ DMM Game Player のゲームを高速かつセキュアに起動できるラン
`%AppData%\DMMGamePlayerFastLauncher\DMMGamePlayerFastLauncher.exe umamusume`<br>
`%AppData%\DMMGamePlayerFastLauncher\DMMGamePlayerFastLauncher.exe priconner`<br>

## product_idって?
ゲームに割り当てられているidです<br>
`%AppData%\DMMGamePlayerFastLauncher\tools` にある `DMMGamePlayerProductIdChecker.exe` を実行することで確認できます

## インストールしているゲームのproduct_idを取得する
product_idとはゲームに割り当てられているidです<br>
`%AppData%\DMMGamePlayerFastLauncher\tools` にある `DMMGamePlayerProductIdChecker.exe` を実行することで確認できます<br>
※エクスプローラーのファイルパス入力欄に`%AppData%\DMMGamePlayerFastLauncher\tools`とそのまま入力すると移動できます

## 引数
`DMMGamePlayerFastLauncher.exe <product_id>`
Expand Down
1 change: 1 addition & 0 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ black *.py
pip freeze > requirements.txt
pyinstaller DMMGamePlayerFastLauncher.py --onefile --noconsole
pyinstaller DMMGamePlayerProductIdChecker.py --onefile
New-Item "Z:\Project\Python\hack\DMMGamePlayerFastLauncher\windows\tools" -ItemType Directory
Copy-Item -Path "Z:\Project\Python\hack\DMMGamePlayerFastLauncher\dist\DMMGamePlayerProductIdChecker.exe" -Destination "Z:\Project\Python\hack\DMMGamePlayerFastLauncher\windows\tools" -Force
start "C:\Program Files (x86)\Inno Setup 6\ISCC.exe" "Z:\Project\Python\hack\DMMGamePlayerFastLauncher\setup.iss"
2 changes: 1 addition & 1 deletion setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "DMMGamePlayerFastLauncher"
#define MyAppVersion "4.3.1"
#define MyAppVersion "4.3.2"
#define MyAppPublisher "yuki"
#define MyAppURL "https://github.com/fa0311/DMMGamePlayerFastLauncher"
#define MyAppExeName "DMMGamePlayerFastLauncher.exe"
Expand Down
Binary file removed windows/tools
Binary file not shown.

0 comments on commit 7a37dc1

Please sign in to comment.