mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 13:21:33 +08:00
add back prettier-ignore comment for pano
This commit is contained in:
parent
b88980ea49
commit
36ce2a3342
1 changed files with 2 additions and 0 deletions
|
|
@ -38,6 +38,8 @@ module.exports = {
|
|||
for (const resource of extraResourcesForPlatform) {
|
||||
const baseName = path.basename(resource);
|
||||
const sourcePath = path.join(buildPath, "resources", baseName);
|
||||
|
||||
// prettier-ignore
|
||||
const destPath = (baseName !== "256x256.png")
|
||||
? path.join(buildPath, baseName)
|
||||
: path.join(buildPath, "icon.png");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue