Vous êtes ici    
    POL_Install_atmlib
Informations
| Créateur | Messages | 
|---|---|
| petch   
 | InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes :   Retours d'expérience0 0 DescriptionInstall Adobe Type Manager DLL Code sourceif [ "$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   
 | InformationCette 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 sourceif [ "$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.dllRéponsesLundi 18 Octobre 2021 à 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
