PhoenicisOrg / scripts

Phoenicis scripts
GNU Lesser General Public License v3.0
64 stars 49 forks source link

Wrong Archive File in Atmlib? #1111

Closed madoar closed 5 years ago

madoar commented 5 years ago

During the Refactoring of the Verbs I've stumbled over the following line in the atmlib script:

https://github.com/PhoenicisOrg/scripts/blob/773a6dd909fe9869a7412d9765676b32613d18fd/Engines/Wine/Verbs/atmlib/script.js#L26

Should it be atmlib.dl_ or something else like atmlib.dll?

ImperatorS79 commented 5 years ago

You extract atmlib.dll from atmlib.dl_ I assume. I have seen such things in another verb I coded.

EDIT: here https://github.com/PhoenicisOrg/scripts/blob/master/Engines/Wine/Verbs/mspatcha/script.js

ImperatorS79 commented 5 years ago

This is the correct behaviour.