From 5cfca9043ea613dd27b81cbf76001627f6c346fe Mon Sep 17 00:00:00 2001 From: ocogeclub Date: Tue, 24 May 2022 23:19:07 +0900 Subject: [PATCH] =?UTF-8?q?[update]=20=E7=B4=B0=E3=81=8B=E3=81=84=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++---- index.html | 2 +- main.js | 4 ++-- package.json | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 2865b62..42263f0 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # ocoge -"大岩 Code Generator" は、Google Blockly ライブラリを使用した、Raspberry Pi 上で動作するブロックプログラム開発・実行環境です。 -インストール方法・操作・サンプルなどは、『[PI.ICHIJU.IN](https://pi.ichiju.in)』にて公開中です。 +"ocoge: code generator" は、Google Blockly ライブラリを使用した、Raspberry Pi 上で動作するブロックプログラム開発・実行環境です。 +インストール方法・操作・サンプルなどは『[おこげ俱楽部](https://ocoge.club)』にて公開予定。 ### 免責 -このアプリケーションは特定の環境下での使用を目的として、専門知識を持たない日曜プログラマによって無計画に開発されています。アドバイス・ご意見・ご要望は有難く承りますが、対応の保証はいたしかねます。 +このアプリケーションは特定の環境下での使用を目的として、専門知識を持たない日曜プログラマによって無計画に開発されています。アドバイス・ご意見・ご要望は有難く承りますが、対応の保証はいたしかねます。 また、このアプリケーションを使用したことによるいかなる損害に関しても当方は一切の責任を負わないものとします。 ### Disclaimer -This application has been unplannedly developed by a non-expert amateur programmer for use in specific environments. We appreciate your advice, opinions, and requests, but we cannot guarantee the response. +This application has been unplannedly developed by a non-expert amateur programmer for use in specific environments. We appreciate your advice, opinions, and requests, but we cannot guarantee the response. We do not take any responsibility for any damage caused by using this application. diff --git a/index.html b/index.html index e69e264..866e71c 100644 --- a/index.html +++ b/index.html @@ -33,7 +33,7 @@
-
diff --git a/main.js b/main.js index 9a65546..a517f50 100644 --- a/main.js +++ b/main.js @@ -113,8 +113,8 @@ app.whenReady().then(() => { var options = { type: 'info', buttons: ['OK'], - title: 'OCoGe', - message: 'OCoGe - Oiwa Code Generator', + title: 'ocoge', + message: 'ocoge: code generator', detail: detail } require('electron').dialog.showMessageBox(win, options) diff --git a/package.json b/package.json index 6545dc5..caac0ae 100644 --- a/package.json +++ b/package.json @@ -66,11 +66,11 @@ "Development" ], "icon": "./icon.png", - "maintainer": "ocogeclub " + "maintainer": "ocogeclub " } } } ] } } -} +} \ No newline at end of file