Skip to content

Commit 6df8023

Browse files
authored
fix: use hyphenated GUID format in template generation
Changes pluginId generator defaultFormat from "N" to "D"
1 parent 3e518b2 commit 6df8023

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Flow.Launcher.Plugin.Template/.template.config/template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"generator": "guid",
1818
"replaces":"PluginId",
1919
"parameters": {
20-
"defaultFormat":"N"
20+
"defaultFormat":"D"
2121
}
2222
},
2323
"pluginAuthor": {
@@ -36,4 +36,4 @@
3636
"replaces":"PluginDescription"
3737
}
3838
}
39-
}
39+
}

0 commit comments

Comments
 (0)