-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathInfo.lua
More file actions
28 lines (19 loc) · 854 Bytes
/
Info.lua
File metadata and controls
28 lines (19 loc) · 854 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
--[[----------------------------------------------------------------------------
Info.lua
------------------------------------------------------------------------------]]
return {
LrSdkVersion = 3.2,
LrSdkMinimumVersion = 3.2, -- minimum SDK version required by this plug-in
URLHandler = "UrlHandler.lua",
LrPluginInfoUrl = "http://kyl191.net/code-and-stuff/lightroom-export-to-sta-sh/",
LrToolkitIdentifier = 'net.kyl191.lightroom.export.stash',
LrPluginName = 'Sta.sh',
LrExportServiceProvider = {
title = 'Sta.sh',
file = 'StashExportServiceProvider.lua',
},
LrPluginInfoProvider = "PluginInfoProvider.lua",
LrInitPlugin = "LrInitPlugin.lua",
--LrHelpMenuItems = { title = "Sta.s&h Dev Testing", file = "Testing.lua"},
VERSION = {major=20140202, minor=2024, revision=0xe25b0f1, },
}