You are here
POL_Install_usp10
Informations
Creator | Message |
---|---|
petch
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks1 0 DescriptionUniScribe 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" |
Contributions
Filters:
ContributeMember | Message |
Yaotl | Monday 18 October 2021 at 17:32 |
Yaotl
|
InformationThis 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" RepliesMonday 18 October 2021 at 22:54
|
Dadu042 | Saturday 7 September 2019 at 18:19 |
Dadu042
|
MessageWork :) Replies |
petch | Monday 31 August 2015 at 22:48 |
petch
|
WarningThis update has not been approved yet by the team. 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" Replies |
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