Inhalte aufrufen

Profilbild

Make uploadable pluging

"\r\n48465 "SmartStore E-Mail-Dienst

  • Bitte melden Sie sich an, um eine Antwort zu verfassen.
1 Antwort zu diesem Thema

#1 dsalodki

dsalodki

    Newbie

  • Members
  • Punkt
  • 2 Beiträge

Geschrieben: 15 October 2023 - 19:12

I just zipping bin of plugin and try upload. Receive error about absent manifest. Please help create uploadable plugin

#2 Michael Herzog

Michael Herzog

    SmartStore AG

  • Administrators
  • 3498 Beiträge

Geschrieben: 17 October 2023 - 14:58

Hi,

 

This can be done using the Smartstore Packager. To use it, open the Smartstore.Tools.sln solution located in the Smartstore repository root. Build the Smartstore.Packager project from the Tools directory. The resulting Smartstore.Packager.exe file can list all modules of a build directory.
 
To build your solution you can run the file that builds the entire solution in release mode. One of the following batch files can be used for this purpose
build/build.linux-x64.cmd
build/build.osx-x64
build/build.win-x64.cmd
build/build.win-x86.cmd
 
After starting the packager, select the directory in Artifacts, created by the batch file. Clicking on ReadExtensions will list all available modules. Now select the module you want to package, an output directory and press Create Package.
The packager creates a zip file using the naming pattern Smartstore.Module.{module systemname}.{current module version}.zip which will result in something like Smartstore.Module.MyOrg.MyModule.5.0.zip.
 
This file can now be uploaded within the backend of Smartstore shops.
 
Regards,
Michael

Michael Herzog
Smartstore AG