mirror of
http://git.whoc.org.uk/git/password-manager.git
synced 2025-12-19 04:47:02 +01:00
Updated builder script
This commit is contained in:
9
scripts/builder/frontends/gamma_mobileBuilder.py
Normal file
9
scripts/builder/frontends/gamma_mobileBuilder.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from frontendBuilder import FrontendBuilder
|
||||
|
||||
class Gamma_MobileBuilder(FrontendBuilder):
|
||||
|
||||
def name(self):
|
||||
return "/gamma.mobile builder"
|
||||
|
||||
def copyStaticResources (self, targetFolder):
|
||||
pass
|
||||
Reference in New Issue
Block a user