Vous êtes ici
POL_Install_riched20
Informations
Créateur | Messages |
---|---|
Quentin PÂRIS
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 0 Code source#!/bin/bash # PlayOnLinux Function # Date : (2009-11-19 21-50) # Author : Berillions # 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 riched20.dll POL_Wine_OverrideDLL "native,builtin" "riched20" |
Contributions
Filters:
ContribuerMembre | Messages |
Yaotl | Lundi 18 Octobre 2021 à 17:56 |
Yaotl
|
InformationCette 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 riched20.dll POL_Wine_OverrideDLL "native,builtin" "riched20" \ No newline at end of file Nouveau code source#!/bin/bash # PlayOnLinux Function # Date : (2009-11-19 21-50) # Author : Berillions # 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 riched20.dll POL_Wine_OverrideDLL "native,builtin" "riched20" RéponsesVendredi 29 Octobre 2021 à 22:55
|
Quentin PÂRIS | Lundi 1 September 2014 à 11:06 |
Quentin PÂRIS
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -6,6 +6,6 @@ # Licence : # Depend : none -cd "$WINEPREFIX/windows/system32" +cd "$WINEPREFIX/drive_c/windows/system32" POL_Call POL_SP2_Extract riched20.dll POL_Wine_OverrideDLL "native,builtin" "riched20" \ No newline at end of file Nouveau code source#!/bin/bash # PlayOnLinux Function # Date : (2009-11-19 21-50) # Author : Berillions # Licence : # Depend : none cd "$WINEPREFIX/drive_c/windows/system32" POL_Call POL_SP2_Extract riched20.dll POL_Wine_OverrideDLL "native,builtin" "riched20" 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