Skip to content

Commit

Permalink
Add linux platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
razzeee committed Feb 13, 2022
1 parent 0c25960 commit 945e12f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions vars/buildPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ def call(Map addonParams = [:])
'tvos-aarch64': 'tvos',
'ubuntu-ppa': 'linux',
'windows-i686': 'windows/win32',
'windows-x86_64': 'windows/x64'
'windows-x86_64': 'windows/x64',
'flatpak-generic': 'linux'
]

List<String> versionsKeys = new ArrayList<String>(VERSIONS_VALID.keySet());
Expand All @@ -42,7 +43,8 @@ def call(Map addonParams = [:])
'osx-x86_64',
'ubuntu-ppa',
'windows-i686',
'windows-x86_64'
'windows-x86_64',
'flatpak-generic'
]
def UBUNTU_DISTS = [
'stable': [
Expand Down

0 comments on commit 945e12f

Please sign in to comment.