Photofiltre 6.5.2
Informations
Créateur | Messages |
---|---|
Quentin PÂRIS
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 0 DescriptionPresentation
Enregistrement PhotoFiltre est gratuit pour une utilisation privée ou éducative. Toute utilisation commerciale ou professionnelle nécessite l'achat d'une licence. Captures d'écranCode source#!/bin/bash [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" #Initialisation TITLE="Photofiltre 6.5.2" POL_SetupWindow_Init POL_SetupWindow_presentation "$TITLE" "Antonio Da Cruz" "http://photofiltre.free.fr" "Styx - http://www.styxonweb.fr.nf" "photofiltre" #Creation du prefixe POL_Wine_SelectPrefix "photofiltre" POL_Wine_PrefixCreate "3.0.4" POL_Call POL_Install_LunaTheme if [ "$POL_SELECTED_FILE" ]; then SetupFile="$POL_SELECTED_FILE" else POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD" if [ "$INSTALL_METHOD" = "LOCAL" ]; then cd "$HOME" POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run:')" "$TITLE" SetupFile="$APP_ANSWER" fi if [ "$INSTALL_METHOD" = "DOWNLOAD" ]; then cd "$POL_USER_ROOT/tmp" POL_Download "http://photofiltre.free.fr/utils/pf-setup-fr-652.exe" "7f58fcc440c424ca85cc601bb01fbff5" SetupFile="$PWD/pf-setup-fr-652.exe" fi fi POL_Wine_WaitBefore "$TITLE" POL_Wine "$SetupFile" #Creation du racourcie POL_Shortcut "PhotoFiltre.exe" "$TITLE" POL_SetupWindow_Close exit |
Contributions
Filters:
ContribuerMembre | Messages |
Quentin PÂRIS | Lundi 24 Décembre 2018 à 21:43 |
Quentin PÂRIS
|
InformationCette mise à jour a été acceptée par l'équipe Differences@@ -9,7 +9,7 @@ #Creation du prefixe POL_Wine_SelectPrefix "photofiltre" -POL_Wine_PrefixCreate "1.7.12" +POL_Wine_PrefixCreate "3.0.4" POL_Call POL_Install_LunaTheme if [ "$POL_SELECTED_FILE" ]; then Nouveau code source#!/bin/bash [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" #Initialisation TITLE="Photofiltre 6.5.2" POL_SetupWindow_Init POL_SetupWindow_presentation "$TITLE" "Antonio Da Cruz" "http://photofiltre.free.fr" "Styx - http://www.styxonweb.fr.nf" "photofiltre" #Creation du prefixe POL_Wine_SelectPrefix "photofiltre" POL_Wine_PrefixCreate "3.0.4" POL_Call POL_Install_LunaTheme if [ "$POL_SELECTED_FILE" ]; then SetupFile="$POL_SELECTED_FILE" else POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD" if [ "$INSTALL_METHOD" = "LOCAL" ]; then cd "$HOME" POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run:')" "$TITLE" SetupFile="$APP_ANSWER" fi if [ "$INSTALL_METHOD" = "DOWNLOAD" ]; then cd "$POL_USER_ROOT/tmp" POL_Download "http://photofiltre.free.fr/utils/pf-setup-fr-652.exe" "7f58fcc440c424ca85cc601bb01fbff5" SetupFile="$PWD/pf-setup-fr-652.exe" fi fi POL_Wine_WaitBefore "$TITLE" POL_Wine "$SetupFile" #Creation du racourcie POL_Shortcut "PhotoFiltre.exe" "$TITLE" POL_SetupWindow_Close exit Réponses |
Quentin PÂRIS | Mardi 10 Juin 2014 à 16:02 |
Quentin PÂRIS
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Messages- New installer Differences@@ -9,7 +9,7 @@ #Creation du prefixe POL_Wine_SelectPrefix "photofiltre" -POL_Wine_PrefixCreate +POL_Wine_PrefixCreate "1.7.12" POL_Call POL_Install_LunaTheme if [ "$POL_SELECTED_FILE" ]; then @@ -23,7 +23,7 @@ fi if [ "$INSTALL_METHOD" = "DOWNLOAD" ]; then cd "$POL_USER_ROOT/tmp" - POL_Download "http://photofiltre.free.fr/utils/pf-setup-fr-652.exe" "7152991b2f1fef329370100a0ecc3521" + POL_Download "http://photofiltre.free.fr/utils/pf-setup-fr-652.exe" "7f58fcc440c424ca85cc601bb01fbff5" SetupFile="$PWD/pf-setup-fr-652.exe" fi fi Nouveau code source#!/bin/bash [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" #Initialisation TITLE="Photofiltre 6.5.2" POL_SetupWindow_Init POL_SetupWindow_presentation "$TITLE" "Antonio Da Cruz" "http://photofiltre.free.fr" "Styx - http://www.styxonweb.fr.nf" "photofiltre" #Creation du prefixe POL_Wine_SelectPrefix "photofiltre" POL_Wine_PrefixCreate "1.7.12" POL_Call POL_Install_LunaTheme if [ "$POL_SELECTED_FILE" ]; then SetupFile="$POL_SELECTED_FILE" else POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD" if [ "$INSTALL_METHOD" = "LOCAL" ]; then cd "$HOME" POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run:')" "$TITLE" SetupFile="$APP_ANSWER" fi if [ "$INSTALL_METHOD" = "DOWNLOAD" ]; then cd "$POL_USER_ROOT/tmp" POL_Download "http://photofiltre.free.fr/utils/pf-setup-fr-652.exe" "7f58fcc440c424ca85cc601bb01fbff5" SetupFile="$PWD/pf-setup-fr-652.exe" fi fi POL_Wine_WaitBefore "$TITLE" POL_Wine "$SetupFile" #Creation du racourcie POL_Shortcut "PhotoFiltre.exe" "$TITLE" POL_SetupWindow_Close exit 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