POL_Install_riched20

Informations

Créateur Messages
Quentin PÂRIS Anonymous

Information

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

Informations

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

Retours d'expérience

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:

Contribuer
Membre Messages
Yaotl Lundi 18 Octobre 2021 à 17:56
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 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éponses

Vendredi 29 Octobre 2021 à 22:55
Script approved.
Quentin PÂRIS Lundi 1 September 2014 à 11:06
Quentin PÂRIS Anonymous

Warning

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

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