Skip to content

Commit

Permalink
Add RELEASE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wanhuz committed May 1, 2023
1 parent 86719c0 commit 1394fd2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
1. Create a release build using Visual Studio 64-bit
2. Copy release folder (should be in vs2019/x64/release) to another location (example: "C:\Users\xxx\Desktop\Release"
3. Remove everything except melonpan.exe
5. Navigate to Qt 5.15.1 compiler binary folder (e,g, C:\Qt\5.15.1\msvc2019_64\bin)
6. Open Powershell in that folder and run winqtdeploy.exe with argument pointing to location of release folder in 2
- example: .\windeployqt.exe "C:\Users\xxx\Desktop\Release"
7. Copy resource folder (res) from source code to the Release folder
8. Done!
3 changes: 3 additions & 0 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ FIx searching english word sorted by japanese frequency
Search speed improvement
Basic settings

0.6.3
Fix horizontal capture for OCR

0.6.2
Bugfix
- Min UI crash
Expand Down

0 comments on commit 1394fd2

Please sign in to comment.