chore: update STATUS.md — Guard installers built, build method documented
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
377a118273
commit
fb90a7b328
19
STATUS.md
19
STATUS.md
|
|
@ -4,14 +4,25 @@
|
|||
|
||||
## 作業中
|
||||
|
||||
- posimai-guard-app リリースビルド(.msi)コンパイル中
|
||||
- 特になし
|
||||
|
||||
## 次にやること(優先順)
|
||||
|
||||
### Guard / Tauri
|
||||
1. **リリースビルド完了確認** → .msi インストーラーをデスクトップに配置
|
||||
2. **Tauri + ブラウザ版の動作確認** — CodeViewer が Tauri WebView でも動くか確認
|
||||
3. 将来: 絶対パス追跡 → 「VS Code で開く」ボタン実装(tauriOpenPath 準備済み)
|
||||
1. **Tauri アプリ動作確認** — デスクトップショートカットから起動、CodeViewer が WebView でも動くか確認
|
||||
2. 将来: 絶対パス追跡 → 「VS Code で開く」ボタン実装(tauriOpenPath 準備済み)
|
||||
3. 将来: diff preview → apply → git commit フロー
|
||||
|
||||
### Guard ビルド方法メモ(次回再ビルド時)
|
||||
```bash
|
||||
cd /c/Users/maita/posimai-project/posimai-guard-app
|
||||
export PATH="$PATH:/c/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64:/c/Program Files (x86)/Windows Kits/10/bin/10.0.26100.0/x64"
|
||||
export LIB="C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.44.35207\lib\x64;..."
|
||||
export INCLUDE="..."
|
||||
node_modules/.bin/tauri build
|
||||
# → target/release/bundle/nsis/Posimai Guard_0.1.0_x64-setup.exe
|
||||
# → target/release/bundle/msi/Posimai Guard_0.1.0_x64_en-US.msi
|
||||
```
|
||||
|
||||
### ビジネス化
|
||||
1. **Eiji に Stripe sandbox テストをお願いする**(購入フロー確認)
|
||||
|
|
|
|||
Loading…
Reference in New Issue