Dolmades v1.0 "The Goglizer" released

Questions about Wine on Linux
Locked
caetydid
Level 1
Level 1
Posts: 6
Joined: Sat Sep 01, 2018 2:35 am

Dolmades v1.0 "The Goglizer" released

Post by caetydid »

Dear Wine community,

I am the creator of Dolmades - a open source solution to setup, manage, migrate and run Windows applications under Linux.
A dolmade is a wine-powered isolated container running in user space including virtually all dependencies.

This is the first public release focussing on support for GOG games.
I figured an announcement in the wine forum would attract the appropriate audience, and cordially invite you folks to try the examples and cook your favourite GOG title.
I will be pleased to receive your feedback, questions or constructive criticism.

Official page: https://www.dolmades.org
GitHub page: https://github.com/dolmades/dolmades-cli

Image

tl;dr

Code: Select all

curl -L https://github.com/dolmades/dolmades-cli/archive/v1.0.tar.gz | tar -xzv
cd dolmades-cli-1.0/ && ./cook Dolmadefile
I am looking forward to your responses :D
caetydid
Level 1
Level 1
Posts: 6
Joined: Sat Sep 01, 2018 2:35 am

Re: Dolmades v1.0 "The Goglizer" released

Post by caetydid »

I forgot to mention how to launch the dolmade:

Code: Select all

./dolmades launch Broken_Sword
or click the desktop icon!
Locked