diff --git a/bin/build-arduino-package b/bin/build-arduino-package index 08904537..c179ae43 100644 --- a/bin/build-arduino-package +++ b/bin/build-arduino-package @@ -23,8 +23,6 @@ my $version = ''; my $tag = 'master'; my $kaleidoscope_tag = 'master'; my $temp_dir = tempdir( CLEANUP => 0 ); -my $checkout_dir = "Kaleidoscope-$tag"; -my $filename = $checkout_dir . ".tar.bz2"; my $index_filename_slug ='keyboardio'; my $only_latest_platform = 0; @@ -51,6 +49,8 @@ if ( $version eq '' && $tag =~ /^v(\d.*)$/ ) { $version = $1; } +my $checkout_dir = "Kaleidoscope-$tag"; +my $filename = $checkout_dir . ".tar.bz2"; my $build_base_url = $boards_repo."/master/builds/"; $build_base_url =~ s/github.com/raw.githubusercontent.com/; diff --git a/library.properties b/library.properties index 049c0c96..510ea059 100644 --- a/library.properties +++ b/library.properties @@ -3,6 +3,7 @@ version=0.0.0 author=Jesse Vincent maintainer=Jesse Vincent sentence=Firmware for the Keyboardio Model 01, and other Arduino-powered keyboards. +paragraph= category=Communication url=https://github.com/keyboardio/Kaleidoscope architectures=*