sudo-give-me-coffee / wine32-deploy

A tool to creating AppImages for 32-bit Microsoft Windows® applications
Other
61 stars 2 forks source link

Suggested command is wrong? #10

Closed probonopd closed 4 years ago

probonopd commented 4 years ago
me@host:~$ Downloads/Wine-4.21-x86_64.AppImage --winetricks testbottle
/tmp/.mount_Wine-4l5P41T/AppRun: line 16: [: too many arguments

You must create a bottle first!
It can be done with:

/home/me/Downloads/Wine-4.21-x86_64.AppImage testbottle create-bottle 

me@host:~$ /home/me/Downloads/Wine-4.21-x86_64.AppImage testbottle create-bottle 
/tmp/.mount_Wine-4Aqu3VH/AppRun: line 16: [: too many arguments
Error: 'testbottle' is not a valid command

I think the suggested command is wrong?

sudo-give-me-coffee commented 4 years ago

Thanks, it was fixed now:

natanael@honeycomb:~/AppImages/$ ./Wine-4.21-x86_64.AppImage --winetricks 

You must  provide a bottle name
It can be done with:

./Wine-4.21-x86_64.AppImage --winetricks [bottle name]

Please run ./Wine-4.21-x86_64.AppImage --help for more info
natanael@honeycomb:~/AppImages/$ ./Wine-4.21-x86_64.AppImage --winetricks 

You must create a bottle first!
It can be done with:

./Wine-4.21-x86_64.AppImage create-bottle teste123
natanael@honeycomb:~/AppImages/$ ./Wine-4.21-x86_64.AppImage create-bottle teste123
[ 1/6 ] Creating basic structure...
[ 2/6 ] Creating prefix...
Could not load wine-gecko. HTML rendering will be disabled.
wine: configuration in L"/home/natanael/Documentos/teste123/prefix" has been updated.
Arquivo binário (entrada padrão) coincide com o padrão
[ 3/5 ] Creating a backup of registry...
[ 4/6 ] Extracting fonts...
[ 5/6 ] Copying KupoFL theme...
[ 6/6 ] All steps is done!