Shape3D X

Informations

Créateur Messages
Quentin PÂRIS Anonymous

Information

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

Informations

Plate-formes :
Téléchargements : 12759
Wine: 1.4.1

Retours d'expérience

Description

Shape3d is the professional tool for surfboard and sailboard conception, from designing to shaping with a CNC machine.

Code source

#!/bin/bash

# CHANGELOG
# [SuperPlumus] (2013-06-27 11-59)
#   Clean code
# [petch] (2013-08-09 03-35)
#   Update md5

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="Shape3D X"
PREFIX="Shape3D"
WORKING_WINE_VERSION="1.4.1"

EDITOR="Shape3D"
EDITOR_URL="http://www.shape3d.com/"

POL_SetupWindow_Init
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$EDITOR_URL" "Tinou" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

cd "$WINEPREFIX/drive_c"

POL_Download "http://www.shape3d.com/Shape3d/InstallX/sh3dX.exe" "8fc227ae4eb6ee81adbb968ab3216e67"

POL_Wine_WaitBefore "$TITLE"
POL_Wine "sh3dX.exe"

POL_Call POL_Install_gdiplus

POL_Shortcut "Shape3d.exe"  "$TITLE"

POL_SetupWindow_Close
exit 0

Contributions

Filters:

Contribuer
Membre Messages

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