Skip to content

Commit

Permalink
Merge pull request #114 from ksooo/macos-arm
Browse files Browse the repository at this point in the history
Jenkinsfile: Add macOS aarch64
  • Loading branch information
ksooo committed May 4, 2024
2 parents 378ed84 + 786697c commit 5fb72e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
buildPlugin(version: "Omega", platforms: ["android-armv7", "android-aarch64", "osx-x86_64", "ubuntu-ppa", "windows-i686", "windows-x86_64"])
buildPlugin(version: "Omega", platforms: ["android-armv7", "android-aarch64", "osx-x86_64", "osx-arm64", "ubuntu-ppa", "windows-i686", "windows-x86_64"])
2 changes: 1 addition & 1 deletion visualization.projectm/addon.xml.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="visualization.projectm"
version="21.0.0"
version="21.0.1"
name="projectM"
provider-name="Team Kodi">
<requires>@ADDON_DEPENDS@</requires>
Expand Down

0 comments on commit 5fb72e8

Please sign in to comment.