I am trying to install self-built extension for Opera . As Opera suggests :
1.One method is simply dragging .xml file to opera.And it gets installed in developer mode. Also it works pretty fine in my case.
But the second method:
2.Zip the folder and change name from .zip to .oex. Now drag it to Opera.
And it gets installed.This doesn't work.
I get the following popups
And when I click OK.I get the following message.
Anyone can tell me what is the problem.
Still the First method works completely fine. And the Extension is also working fine.
It is a common mistake. You are currently zipping the folder when you must zip the files inside the folder.
You need to make sure you zip up your extension so that the files and directories that comprise it are in the root of the zip, and not inside a folder. To ensure this, make sure that you zip up the files inside your extension directory, and not the directory itself. Subtle, but it makes all the difference. — Hello world extension