diff --git a/.gitignore b/.gitignore index 18d9fa5ea..93ebcbf49 100644 --- a/.gitignore +++ b/.gitignore @@ -112,6 +112,11 @@ www/img/logo-negative.svg www/img/logo.svg src/js/appConfig.js src/js/externalServices.js +chrome-app/manifest.json +webkitbuilds/.desktop +webkitbuilds/setup-win.iss +www/img/favicon.ico +www/img/icon-128.png cordova/Makefile diff --git a/chrome-app/manifest.json b/chrome-app/manifest.json deleted file mode 100644 index 04adf21e5..000000000 --- a/chrome-app/manifest.json +++ /dev/null @@ -1,24 +0,0 @@ - { - "//":"PLEASE! Do not edit this file directly", - "//":" Modify it at app-template/", - - "manifest_version": 2, - "name": "bitpay", - "description": "Secure Bitcoin Wallet", - "version": "0.14.0", - "permissions": [ - "storage", - "unlimitedStorage", - "notifications", - "videoCapture", - "webview" - ], - "app": { - "background": { - "scripts": ["initial.js"] - } - }, - "icons": { - "128": "img/icon-chrome-128.png" - } -} diff --git a/webkitbuilds/.desktop b/webkitbuilds/.desktop deleted file mode 100644 index 6b8dfda8a..000000000 --- a/webkitbuilds/.desktop +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Type=Application -Version=0.14.0 -Name=BitPay -Comment=Secure Bitcoin Wallet -Exec=bitpay -Icon=icon-256.png -Terminal=false -Categories=Finance -X-Ubuntu-Touch=true -X-Ubuntu-StageHint=SideStage diff --git a/webkitbuilds/setup-win.iss b/webkitbuilds/setup-win.iss deleted file mode 100755 index f495bd8db..000000000 --- a/webkitbuilds/setup-win.iss +++ /dev/null @@ -1,56 +0,0 @@ -; Script generated by the Inno Setup Script Wizard. -; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! - -#define MyAppName "BitPay" -#define MyAppVersion "0.14.0" -#define MyAppPublisher "BitPay" -#define MyAppURL "https://bitpay.com" -#define MyAppExeName "*PACKAGENAME.exe" - -[Setup] -AppId={804636ee-b017-4cad-8719-e58ac97ffa5c} -AppName={#MyAppName} -AppVersion={#MyAppVersion} -;AppVerName={#MyAppName} {#MyAppVersion} -AppPublisher={#MyAppPublisher} -AppPublisherURL={#MyAppURL} -AppSupportURL={#MyAppURL} -AppUpdatesURL={#MyAppURL} -DefaultDirName={pf}\{#MyAppName} -DefaultGroupName={#MyAppName} -OutputBaseFilename=bitpay-win -OutputDir=./ -Compression=lzma -SolidCompression=yes -[Languages] -Name: "english"; MessagesFile: "compiler:Default.isl" -Name: "french"; MessagesFile: "compiler:Languages\French.isl" -Name: "japanese"; MessagesFile: "compiler:Languages\Japanese.isl" -Name: "spanish"; MessagesFile: "compiler:Languages\Spanish.isl" - -[Tasks] -Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked - -[Files] -Source: "bitpay\win64\bitpay.exe"; DestDir: "{app}"; Flags: ignoreversion -Source: "bitpay\win64\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs -Source: "../www/img/icons/favicon.ico"; DestDir: "{app}"; DestName: "icon.ico"; Flags: ignoreversion -; NOTE: Don't use "Flags: ignoreversion" on any shared system files - -[Icons] -Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; WorkingDir: "{app}"; IconFilename: "{app}/icon.ico" -Name: "{commondesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; IconFilename: "{app}/icon.ico"; Tasks: desktopicon - -[Run] -Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent - -[Registry] -Root: HKCR; Subkey: "bitcoin"; ValueType: "string"; ValueData: "URL:Bitcoin Custom Protocol"; Flags: uninsdeletekey -Root: HKCR; Subkey: "bitcoin"; ValueType: "string"; ValueName: "URL Protocol"; ValueData: "" -Root: HKCR; Subkey: "bitcoin\DefaultIcon"; ValueType: "string"; ValueData: "{app}\{#MyAppExeName},0" -Root: HKCR; Subkey: "bitcoin\shell\open\command"; ValueType: "string"; ValueData: """{app}\{#MyAppExeName}"" ""%1""" - -Root: HKCR; Subkey: "bitpay"; ValueType: "string"; ValueData: "URL:BitPay Custom Protocol"; Flags: uninsdeletekey -Root: HKCR; Subkey: "bitpay"; ValueType: "string"; ValueName: "URL Protocol"; ValueData: "" -Root: HKCR; Subkey: "bitpay\DefaultIcon"; ValueType: "string"; ValueData: "{app}\{#MyAppExeName},0" -Root: HKCR; Subkey: "bitpay\shell\open\command"; ValueType: "string"; ValueData: """{app}\{#MyAppExeName}"" ""%1""" diff --git a/www/img/favicon.ico b/www/img/favicon.ico deleted file mode 100644 index 166c0bcaf..000000000 Binary files a/www/img/favicon.ico and /dev/null differ diff --git a/www/img/icon-128.png b/www/img/icon-128.png deleted file mode 100644 index 6958667cd..000000000 Binary files a/www/img/icon-128.png and /dev/null differ