UNPKG

@denixjg/publisher-gitea

Version:

Publish your Electron Forge apps to Gitea with ease

7 lines (6 loc) 312 B
import { PublisherBase, PublisherOptions } from "@electron-forge/publisher-base"; import { PublisherGiteaConfig } from "./Config"; export default class PublisherGitea extends PublisherBase<PublisherGiteaConfig> { name: string; publish({ makeResults, setStatusLine, }: PublisherOptions): Promise<void>; }