mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-03 19:39:54 -06:00
add back prettier-ignore comment for pano
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user