-
-
Notifications
You must be signed in to change notification settings - Fork 14
Firefox Pre AMO Grunt
RePod edited this page Apr 5, 2018
·
2 revisions
exec: {
firefox_clean: 'call _src/chrome/ffclean.bat',
},
webext_builder: {
firefox_sign: {
targets: ['firefox-xpi'],
"jwtIssuer": process.env.psdleSignIssuer,
"jwtSecret": process.env.psdleSignSecret,
files: {
".": ["_src/chrome/psdle/"]
}
}
}
grunt.loadNpmTasks('grunt-webext-builder');`
grunt.registerTask('firefox', 'Create and sign Firefox extension.', function() {
grunt.task.run([
'webext_builder:firefox_sign',
'exec:firefox_clean'
]);
});
::psdle/_src/chrome/ffclean.bat
del psdle-*-raw.xpi
move /Y psdle-*.xpi psdle.xpi
All information on this wiki, especially about how the online store operates, while factual to me is based purely on personal research.
This means as a result of my research and bug reports of users PSDLE has achieved the state and accuracy it currently has, but it is not set in stone and may not be 100% true to the original.
Developers
Third Party: Exports
Enhanced Filtering
Common Problems and Solutions
Submit a Bug or Translation
Translating
Valkyrie (Deprecated)
What is Valkyrie?
Interfacing
Deployment
Chihiro (Deprecated)
Debugging PSDLE
Gathering Debug Information
Generating the List
Enhanced Accuracy
Determining Platforms
Download Queue
User Experience
Implemented/Unavailable Features
Deployment