PhoenicisOrg/scripts

Wrong Archive File in Atmlib?

madoar opened this issue · 2 comments

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

.archive(this.system32directory() + "/i386/atmlib.dl_")

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

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

This is the correct behaviour.