teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

4

リポジトリの変更

2021/03/29 13:10

投稿

skytomo
skytomo

スコア35

title CHANGED
File without changes
body CHANGED
@@ -283,7 +283,7 @@
283
283
  ```
284
284
 
285
285
  **その他のソースコードは**
286
- **[https://github.com/skytomo221/otamashelf](https://github.com/skytomo221/otamashelf/tree/electron-builder-problem)**
286
+ **[https://github.com/skytomo221/otamashelf](https://github.com/skytomo221/otamashelf)**
287
287
  **に公開しています。**
288
288
 
289
289
  ### 試したこと

3

ファイル名の間違い

2021/03/29 13:10

投稿

skytomo
skytomo

スコア35

title CHANGED
File without changes
body CHANGED
@@ -333,7 +333,7 @@
333
333
  </html>
334
334
  ```
335
335
 
336
- 一方で、dist/main.jsでは
336
+ 一方で、dist/index.htmlでは
337
337
 
338
338
  ```html
339
339
  <!DOCTYPE html>

2

エラーミス

2021/03/29 12:06

投稿

skytomo
skytomo

スコア35

title CHANGED
File without changes
body CHANGED
@@ -291,7 +291,7 @@
291
291
  最初は
292
292
 
293
293
  ```
294
- Error: Application entry file "main.js" in the ".../app.asar/index.html" does not exist.
294
+ Not allowed to load local resource: file:///.../product/win-unpacked/resources/app.asar/index.html
295
295
  ```
296
296
 
297
297
  というようなエラーが表示されており、

1

微調整

2021/03/29 12:05

投稿

skytomo
skytomo

スコア35

title CHANGED
File without changes
body CHANGED
@@ -9,7 +9,7 @@
9
9
  白い画面が出てきますが、
10
10
  それ以外、何も表示されません。
11
11
 
12
- また、Ctrl+Shift+Iを押して、コンソールをましたが、
12
+ また、Ctrl+Shift+Iを押して、コンソールでどのようなエラー吐いているか確認しましたが、
13
13
  エラーが全く出ていません。
14
14
 
15
15
  一応ビルド結果を示します。