Skip to content

Commit

Permalink
don't copy patches (there's no more patches)
Browse files Browse the repository at this point in the history
  • Loading branch information
Etaash-mathamsetty committed Nov 12, 2024
1 parent 3d66341 commit f422f5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flatpak/prepareFlatpak.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,4 @@ async function main() {
fs.copyFileSync("./flatpak/com.heroicgameslauncher.hgl.desktop", "./flatpak-build/com.heroicgameslauncher.hgl.desktop")
fs.copyFileSync("./flatpak/com.heroicgameslauncher.hgl.png", "./flatpak-build/com.heroicgameslauncher.hgl.png")
fs.copyFileSync("./flatpak/flathub.json", "./flatpak-build/flathub.json")
fs.cpSync("./flatpak/patches", "./flatpak-build/patches", { recursive: true })
}

0 comments on commit f422f5b

Please sign in to comment.