зеркало из https://github.com/docker/kitematic.git
Styles fixes
This commit is contained in:
Родитель
2003f5f079
Коммит
01fdcf494b
|
@ -32,7 +32,7 @@ var options = {
|
|||
appFilename: argv.beta ? 'Kitematic (Beta).app' : 'Kitematic.app',
|
||||
appName: argv.beta ? 'Kitematic (Beta)' : 'Kitematic',
|
||||
name: 'Kitematic',
|
||||
icon: argv.beta ? './util/kitematic-beta.icns' : './util/kitematic.icns',
|
||||
icon: './util/kitematic.icns',
|
||||
bundle: 'com.kitematic.kitematic'
|
||||
};
|
||||
|
||||
|
|
|
@ -51,7 +51,7 @@ var MenuTemplate = function () {
|
|||
|
||||
copy.then(() => {
|
||||
dialog.showMessageBox({
|
||||
message: 'Docker Binaries have been copied to /usr/local/bin',
|
||||
message: 'Docker binaries have been copied to /usr/local/bin',
|
||||
buttons: ['OK']
|
||||
});
|
||||
}).catch(() => {});
|
||||
|
|
Двоичные данные
util/kitematic-beta.icns
Двоичные данные
util/kitematic-beta.icns
Двоичный файл не отображается.
Загрузка…
Ссылка в новой задаче