POL_Install_usp10

Informations

Créateur Messages
petch

Information

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

Informations

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

Retours d'expérience

Description

UniScribe

Code source

#!/bin/bash
# PlayOnLinux Function
  
# Date : (2015-08-31 22-48)
# Author : Petch
# Licence :
# Depend : none
  
if [ "$POL_ARCH" = "amd64" ]; then
    cd "$WINEPREFIX/drive_c/windows/syswow64"
else
    cd "$WINEPREFIX/drive_c/windows/system32"
fi
POL_Call POL_SP2_Extract usp10.dll
POL_Wine_OverrideDLL "native,builtin" "usp10"

Contributions

Filters:

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

Information

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

Differences

@@ -6,6 +6,10 @@
 # Licence :
 # Depend : none
   
-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_Call POL_SP2_Extract usp10.dll
 POL_Wine_OverrideDLL "native,builtin" "usp10"
\ No newline at end of file

Nouveau code source

#!/bin/bash
# PlayOnLinux Function
  
# Date : (2015-08-31 22-48)
# Author : Petch
# Licence :
# Depend : none
  
if [ "$POL_ARCH" = "amd64" ]; then
    cd "$WINEPREFIX/drive_c/windows/syswow64"
else
    cd "$WINEPREFIX/drive_c/windows/system32"
fi
POL_Call POL_SP2_Extract usp10.dll
POL_Wine_OverrideDLL "native,builtin" "usp10"

Réponses

Lundi 18 Octobre 2021 à 22:54
Approved.
Dadu042 Samedi 7 September 2019 à 18:19
Dadu042

Messages

Work :)

Réponses

petch Lundi 31 Aoüt 2015 à 22:48
petch

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Differences

@@ -0,0 +1,11 @@
+#!/bin/bash
+# PlayOnLinux Function
+  
+# Date : (2015-08-31 22-48)
+# Author : Petch
+# Licence :
+# Depend : none
+  
+cd "$WINEPREFIX/drive_c/windows/system32"
+POL_Call POL_SP2_Extract usp10.dll
+POL_Wine_OverrideDLL "native,builtin" "usp10"
\ No newline at end of file

Nouveau code source

#!/bin/bash
# PlayOnLinux Function
  
# Date : (2015-08-31 22-48)
# Author : Petch
# Licence :
# Depend : none
  
cd "$WINEPREFIX/drive_c/windows/system32"
POL_Call POL_SP2_Extract usp10.dll
POL_Wine_OverrideDLL "native,builtin" "usp10"

Réponses

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