Skip to content

Commit

Permalink
getStaticDir方法添加注释
Browse files Browse the repository at this point in the history
  • Loading branch information
xianyunleo committed Jan 26, 2024
1 parent 37969d4 commit 8c9e35e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/utils/GetAppPath.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ export default class GetAppPath {
}

static getStaticDir() {
//这里的resources是指项目resources目录,非electron resources目录
return path.join(this.getFrontEndDir(), 'resources')
}

Expand Down

0 comments on commit 8c9e35e

Please sign in to comment.