Conversation
081136c to
eec509b
Compare
eec509b to
473bc41
Compare
|
I've put back the rm -rf commands tho, I think its helpful to leave them in order for debug. yeah bin checking should happen up front at the start, so I don't scream in frustration after 5 minutes |
|
Also please understand that packing your own binaries for linux or macos is inherently bad and straight up dangerous. |
|
MacOS is inherently bad to begin with so I don't really see a difference on that front. |
473bc41 to
46fba76
Compare
|
Please keep in mind that @K4thos merges PRs sporadically, so don't take it personal if you're perceived as ignored. |
|
Thats fine, I just wanted to fix this. |
|
@dark0dave Is there a reason why this PR removes shortcut creation support for Linux? |
|
EET_end seems to complete with warnings with this PR. I couldn't find anything helpful in the log, except for a short message about chmod failing to set the executable bit on a weidu binary. Possibly a regression from the binary removal? Suggestion: The readme should be updated with the information that on Linux and macOS platforms the weidu and lua binaries must be present on the system. I don't know if a specific Lua version is required. The binary originally shipped with EET was Lua 5.3, but some distros may still provide older versions by default. |
|
Sorry yes re shortcuts my bad. Will fix. |
|
I'll fix the chmod error. Likely trying to chmod exiting binaries. |
|
And I'll update the readme. |
46fba76 to
b8b2d3f
Compare
b8b2d3f to
484363d
Compare
|
@Argent77 and @GraionDilach those fixes have been applied please take another look |
|
I'd suggest to add these instructions to the |
484363d to
b5826f5
Compare
|
@Argent77 done html added. |
Signed-off-by: dark0dave <dark0dave@mykolab.com>
b5826f5 to
8e35ac3
Compare
| END | ||
|
|
||
| OUTER_SPRINT shell_cmd ~%lua% %MOD_FOLDER%/lib/tlk_cnt.lua~ | ||
| PRINT ~%shell_cmd%~ |
There was a problem hiding this comment.
I'm not there for review, I couldn't say anything about the content :p
I tried to install EET with this patch applied on a non-case-insensitive FS.
At this specific point, I get
lua EET/lib/tlk_cnt.lua
lua: cannot open eet/lib/tlk_cnt.lua: No such file or directory
Shell command failed to execute: lua EET/lib/tlk_cnt.lua
I find it a bit surprising, it (correctly) identifies the path as EET/lib/tlk_cnt.lua in the PRINT but then goes on to replace EET with eet in the AT_NOW.
There was a problem hiding this comment.
And it's ever weirder that the previous AT_NOW (weidu invocation) does not end up with the same error. I must have done something wrong...
Signed-off-by: dark0dave dark0dave@mykolab.com