POL_Install_atmlib

Informations

Creator Message
petch

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 1299914
Wine: System

Feedbacks

Description

Install Adobe Type Manager DLL

Source code

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

Contributions

Filters:

Contribute
Member Message
Yaotl Monday 18 October 2021 at 17:36
Yaotl Anonymous

Information

This 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 code

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

Replies

Monday 18 October 2021 at 22:54
Approved.