Skip to content

Commit

Permalink
build: add category to Manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
briacp committed Jul 8, 2023
1 parent 0f79c76 commit 1553a19
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ plugins {
id 'distribution'
id 'idea'
id 'eclipse'
id "org.omegat.gradle" version "1.4.2"
id "org.omegat.gradle" version "1.5.7"
}

omegat {
version = "5.4.1"
version = "5.8.0"
pluginClass = pluginMainClass
}

Expand Down
6 changes: 5 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
pluginMainClass=net.briac.omegat.plugin.omt.ManageOMTPackage

plugin.name=OMT Package Plugin
plugin.author=Briac Pilpr\u00e9
plugin.category=importexport
plugin.description=https://github.com/briacp/plugin-omt-package
plugin.link=https://github.com/briacp/plugin-omt-package
version=1.8.0
plugin.license=GNU General Public License version 3

version=1.8.1
omegatPluginDir=C:/Users/briac/AppData/Roaming/OmegaT/plugins/

0 comments on commit 1553a19

Please sign in to comment.