0

I have installed WineHQ on my Ubuntu. I want to run Balsamiq

~/Downloads/Balsamiq_Mockups_3$ ls -1
Adobe AIR
balsamiq_mockups_3.5.15.swf
Balsamiq Mockups 3.exe
framework_4.6.0.23201.swf
icons
META-INF
mimetype
skins
textLayout_2.0.0.232.swf

If I go for

 wine Balsamiq Mockups 3.exe
wine: cannot find L"C:\\windows\\system32\\Balsamiq.exe"

How to fix this problem?

undercat
  • 1,827
  • 1
  • 11
  • 19
MikiBelavista
  • 1,473
  • 8
  • 28
  • 38

1 Answers1

0

This works

wine Balsamiq\ Mockups\ 3.exe
MikiBelavista
  • 1,473
  • 8
  • 28
  • 38