Provide external devices and extensions to Openblock.
Please visit the wiki: https://wiki.openblock.cc/ to learn how to make a resource.
Notice that offical attributes can only be officially marked by the community, please do not add the offical attribute to the extension of pr.
All resources marked as offical will be included in the official translation maintenance list, do not modify the translation file content of these files directly. You should apply to join the OpenBlock team on transifex to translate these content: https://www.transifex.com/openblockcc/public/
-
MacOS
./buildResources/build-pkg.sh VERSION="1.0.0"
-
Linux
You need to Run
sudo apt install -y dpkg-deb
to installdpkg-deb
first../buildResources/build-deb.sh -v"1.0.0"
-
Windows
You need to install Inno Setup first Note that you should use cmd to run instead of powershell.
-
Use CMD
"C:\Program Files (x86)\Inno Setup 6\ISCC.exe" /dVersion="1.0.0" "./buildResources/setup.iss"
-
Or Powershell
& "C:\Program Files (x86)\Inno Setup 6\ISCC.exe" /dVersion="1.0.0" "./buildResources/setup.iss"
-
Visi: https://wiki.openblock.cc/developer-guide/customize-external-resource