POL_Install_atmlib

Informatie

Creator Bericht
petch

Information

This installer has been approved by the team.

Informatie

Platforms:
Downloads: 1308642
Wine: System

Feedbacks

Omschrijving

Install Adobe Type Manager DLL

Broncode

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 Bericht
Yaotl Maandag 18 October 2021 om 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

Antwoorden

Maandag 18 October 2021 om 22:54
Approved.

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