mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
add back prettier-ignore comment for pano
This commit is contained in:
parent
b88980ea49
commit
36ce2a3342
@ -38,6 +38,8 @@ module.exports = {
|
|||||||
for (const resource of extraResourcesForPlatform) {
|
for (const resource of extraResourcesForPlatform) {
|
||||||
const baseName = path.basename(resource);
|
const baseName = path.basename(resource);
|
||||||
const sourcePath = path.join(buildPath, "resources", baseName);
|
const sourcePath = path.join(buildPath, "resources", baseName);
|
||||||
|
|
||||||
|
// prettier-ignore
|
||||||
const destPath = (baseName !== "256x256.png")
|
const destPath = (baseName !== "256x256.png")
|
||||||
? path.join(buildPath, baseName)
|
? path.join(buildPath, baseName)
|
||||||
: path.join(buildPath, "icon.png");
|
: path.join(buildPath, "icon.png");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user