Created
January 24, 2020 15:27
-
-
Save daleharvey/7dce83d74905a9799aea9138aaee89a6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dump("Setting: " + name + "\n"); | |
updateAppInfo({ | |
ID: "[email protected]", | |
name, | |
version, | |
platformVersion: version | |
}); | |
dump("Getting: " + Services.appinfo.name + "\n"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment