POL_Install_atmlib

Informations

Créateur Messages
petch

Information

Cet installateur a été accepté par l'équipe.

Informations

Plate-formes :
Téléchargements : 1302558
Wine: System

Retours d'expérience

Description

Install Adobe Type Manager DLL

Code source

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:

Contribuer
Membre Messages
Yaotl Lundi 18 Octobre 2021 à 17:36
Yaotl Anonymous

Information

Cette mise à jour a été acceptée par l'équipe

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

Nouveau code source

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

Réponses

Lundi 18 Octobre 2021 à 22:54
Approved.