1
0
Fork 0
Commit graph

103 commits

Author SHA1 Message Date
987a644cc8 archive project 2022-06-29 23:53:48 +09:00
018fb6502a turns out exe is not a valud build target :( 2022-02-09 11:35:45 +09:00
34ede97d31 removed unnecessary file 2022-02-09 10:20:38 +09:00
9448e19136 changed build targets
- buids application instead of installer
2022-02-09 10:20:24 +09:00
e4189f5603 attempt to fix compilation error take 2 2022-02-08 22:15:04 +09:00
2ee06eb678 tried to fix compilation error on windows 2022-02-08 21:16:59 +09:00
a910f2a19e don't show steam launch step on windows OS 2022-02-08 21:02:22 +09:00
67d55d1175 removed unnecessary todo comment 2022-02-08 20:55:22 +09:00
ac7c41945b added reset steam launch option to remove command 2022-02-08 20:49:05 +09:00
3b03ff7a8d removed unnecessary code 2022-02-08 20:44:20 +09:00
155f6b9805 added conditional compilation 2022-02-08 19:27:44 +09:00
e6a963289d added publish workflow 2022-02-08 13:50:00 +09:00
56e03bf6f4 added basic WBM remove feature 2022-02-03 09:51:03 +09:00
03fd685afc changed done -> continue 2022-02-03 09:19:42 +09:00
62ccbdcdab added post-install instructions 2022-02-03 09:02:35 +09:00
456b62530e removed unused file 2022-02-03 08:55:05 +09:00
e7cf2392b4 removed unused file 2022-02-03 08:54:26 +09:00
00b02ce669 made instructions easier to understand 2022-02-03 08:49:14 +09:00
8638382f64 improved comments 2022-02-03 08:43:24 +09:00
b8b9080f9b removed unused import 2022-02-03 08:41:50 +09:00
59921f93d8 looks better this way 2022-02-03 08:41:01 +09:00
744cc7b9fb fixed cog spinning before button press 2022-02-03 08:39:58 +09:00
1d07cf158b README update 2022-02-02 11:57:05 +09:00
9132a3c98c install logic improvement
- removed unnecessary command argument
- reduced unnecessary install command call
2022-02-02 11:38:02 +09:00
10f91afa84 game path related logic update
- implementation and simplification
2022-02-02 11:36:58 +09:00
1e15bfaed0 updated dependencies 2022-02-02 11:10:18 +09:00
7525879b5c removed unnecessary console.error 2022-02-02 09:49:19 +09:00
53fa502c89 steam launch option update
- fixed bug in the backend (was using "path" string as path lmao)
- more useful error message
- better install section styling
2022-02-02 09:49:03 +09:00
be74034a13 stop spinning cog on install/remove complete 2022-02-02 09:47:35 +09:00
93c5daeb1e simplified steam launch option setting 2022-02-01 23:45:21 +09:00
71729727ec consistent indentation 2022-02-01 23:28:40 +09:00
465309a642 updated copy text section 2022-02-01 23:28:25 +09:00
269b146c92 added copy steam launch option button 2022-02-01 21:57:11 +09:00
a5097c3301 updated steam launch option related logic 2022-02-01 21:41:49 +09:00
ac787b4dbc install command update
- remove unnecessary checks (install_mod.rs and install/mod.rs)
- removed unused InstallErrs
- clearer frontend descriptions
- implemented basic install feedback
2022-02-01 16:57:39 +09:00
466b72a3e0 util functions cleaning
- minimalized usage of the `use` declarations
- improved documentation comments
- removed unnecessary functions
- more robust path calculation
2022-02-01 12:12:54 +09:00
1660235699 added more words to workspace dictionary 2022-02-01 11:24:34 +09:00
c58130f2db redesigned UI logic 2022-01-31 15:41:14 +09:00
72b09cc383 code quality improvement 2022-01-31 10:08:55 +09:00
139db86f97 implemented uninstall logic 2022-01-31 09:53:41 +09:00
1a3979a0da aah too lazy to create proper git commit 2022-01-30 22:05:58 +09:00
f5e06d3eb6 added missing string 2022-01-27 18:35:40 +09:00
a0795c8041 improved types
- moved types  to types.rs
- added custom serialization logic
2022-01-27 17:52:52 +09:00
bbe2bdf72d removed unnecessary command args 2022-01-27 16:08:27 +09:00
cb77b67e8e fixed install command call 2022-01-27 15:52:39 +09:00
451a50b17f separated install result and install error 2022-01-27 15:19:16 +09:00
35117eefd5 simplified warning section 2022-01-27 15:18:49 +09:00
1f04762124 readability and logging improvement 2022-01-27 08:40:57 +09:00
5bed0e0df4 improved error handling 2022-01-27 08:37:09 +09:00
37cd9ae7c0 install command update
- check if launch option is properly set
- more documentation
- improve code efficiency
2022-01-27 08:05:08 +09:00