diff --git a/scripts/eleclib.js b/scripts/eleclib.js index abfd9df..173d418 100644 --- a/scripts/eleclib.js +++ b/scripts/eleclib.js @@ -5,7 +5,7 @@ // ローカルプロパティ // Hard Coding!!! const appName = 'ocoge'; -const defpath = '/home/pi/Documents/ocoge/'; +const defpath = '/home/pi/Documents/ocoge_docs/'; const mascotDefPath = '/home/pi/Applications/ocoge/img/'; // Require const fs = require('fs'); diff --git a/scripts/ugj_blocks.js b/scripts/ugj_blocks.js index a2a53a8..f8cf6b2 100644 --- a/scripts/ugj_blocks.js +++ b/scripts/ugj_blocks.js @@ -1,5 +1,5 @@ /** Hard Coding!!! */ -const appDocRoot = '/home/pi/Documents/ocoge/' +const appDocRoot = '/home/pi/Documents/ocoge_docs/' /** Fix Basic Blocks ****************************************************************************************/ Blockly.Blocks['ugj_control_for'] = {