Giter Site home page Giter Site logo

joshtynjala / setup-adobe-air-action Goto Github PK

View Code? Open in Web Editor NEW
6.0 4.0 1.0 2.09 MB

Github Action to setup the Adobe AIR SDK

Home Page: https://github.com/marketplace/actions/setup-adobe-air-sdk

License: MIT License

JavaScript 100.00%
github-action adobe-air actionscript as3 adobe-flash github-actions

setup-adobe-air-action's Introduction

Github Action to setup the Adobe AIR SDK

This action downloads the Adobe AIR SDK by HARMAN, adds the SDK's bin folder to the PATH, and sets the AIR_HOME environment variable.

Note: Purchasing a commercial license is required to unlock certain new, restricted features of the Adobe AIR SDK by HARMAN. However, "compiling SWFs and using other utilities such as the ATF tools remain a free activity."

Inputs

air-version

(Required) The version of the Adobe AIR SDK to set up. An exact version, such as 50.0.1.1, is recommended. However, a less specific version, like 50.0 or 50, is allowed.

accept-license

(Required) Set to true if you accept the Adobe AIR SDK License Agreement. The action will fail if the agreement is not accepted.

license-base64

(Optional) Use with an encrypted secret to optionally provide a valid adt.lic file, encoded as a Base64 string, to unlock new, restricted features.

Warning! Never include the raw Base64-encoded string value directly in your Github Actions .yml file. You must use an encrypted secret to prevent your license file from being leaked publicly.

Example usage

Use the AIR SDK by HARMAN for free activities:

uses: joshtynjala/setup-adobe-air-action@v2
with:
  air-version: "50.0.1.1"
  accept-license: true

Specify an encypted secret containing a Base64-encoded license file to unlock new, restricted features:

uses: joshtynjala/setup-adobe-air-action@v2
with:
  air-version: "50.0.1.1"
  accept-license: true
  license-base64: ${{ secrets.AIR_SDK_LICENSE_FILE }}

setup-adobe-air-action's People

Contributors

joshtynjala avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

jasenvm

setup-adobe-air-action's Issues

Question concerning Packaging Windows Captive Runtime

I'm curious is this Github Action would allow me to Package Windows Captive Runtime AIR Desktop Apps?

I have been trying to avoid packaging once for Mac and again for Windows from the same source code. Could this be a path to investigate further into with this repo?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.