You are here
POL_Install_atmlib
Informations
Creator | Message |
---|---|
petch
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks0 0 DescriptionInstall Adobe Type Manager DLL Source codeif [ "$POL_ARCH" = "amd64" ]; then cd "$WINEPREFIX/drive_c/windows/syswow64" else cd "$WINEPREFIX/drive_c/windows/system32" fi POL_Debug_Message "Installing atmlib.dll" POL_Call POL_SP2_Extract atmlib.dll |
Contributions
Filters:
ContributeMember | Message |
Yaotl | Monday 18 October 2021 at 17:36 |
Yaotl
|
InformationThis update has been approved by the team. Differences@@ -1,4 +1,8 @@ -cd "$WINEPREFIX/drive_c/windows/system32" +if [ "$POL_ARCH" = "amd64" ]; then + cd "$WINEPREFIX/drive_c/windows/syswow64" +else + cd "$WINEPREFIX/drive_c/windows/system32" +fi POL_Debug_Message "Installing atmlib.dll" POL_Call POL_SP2_Extract atmlib.dll \ No newline at end of file New source codeif [ "$POL_ARCH" = "amd64" ]; then cd "$WINEPREFIX/drive_c/windows/syswow64" else cd "$WINEPREFIX/drive_c/windows/system32" fi POL_Debug_Message "Installing atmlib.dll" POL_Call POL_SP2_Extract atmlib.dll RepliesMonday 18 October 2021 at 22:54
|
This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com