POL_Install_usp10

Informatie

Creator Bericht
petch

Information

This installer has been approved by the team.

Informatie

Platforms:
Downloads: 21638
Wine: System

Feedbacks

Omschrijving

UniScribe

Broncode

#!/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:

Contribute
Member Bericht
Yaotl Maandag 18 October 2021 om 17:32
Yaotl Anonymous

Information

This update has been approved by the team.

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

New source code

#!/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"

Antwoorden

Maandag 18 October 2021 om 22:54
Approved.
Dadu042 Zaterdag 7 September 2019 om 18:19
Dadu042

Bericht

Work :)

Antwoorden

petch Maandag 31 Augustus 2015 om 22:48
petch

Warning

This update has not been approved yet by the team.
Use it at your own risk

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

New source code

#!/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"

Antwoorden