Method: ArduinoCI::ArduinoDownloaderWindows#package_file
- Defined in:
- lib/arduino_ci/arduino_downloader_windows.rb
#package_file ⇒ string
The local filename of the desired IDE package (zip/tar/etc)
27 28 29 |
# File 'lib/arduino_ci/arduino_downloader_windows.rb', line 27 def package_file "arduino-cli_#{@desired_version}_Windows_64bit.zip" end |