Updated README with links (and submitted Firefox extension to AMO)

This commit is contained in:
Baldomo
2021-07-26 18:53:33 +02:00
parent 78afbd9e5b
commit 821087a20e
3 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
# Open In mpv (Chrome) # Open In mpv (Chrome)
This code is a copy of [Chrome_Open_In_IINA](https://github.com/iina/iina/tree/develop/browser/Chrome_Open_In_IINA) This code is a modified copy of [Chrome_Open_In_IINA](https://github.com/iina/iina/tree/develop/browser/Chrome_Open_In_IINA)

View File

@@ -7,10 +7,10 @@ SRCS = src/curl.hpp \
all: release firefox all: release firefox
release: release: $(SRCS)
$(CXX) $(CXXFLAGS_release) -o open-in-mpv src/main.cpp $(CXX) $(CXXFLAGS_release) -o open-in-mpv src/main.cpp
debug: debug: $(SRCS)
$(CXX) $(CXXFLAGS_debug) -o open-in-mpv src/main.cpp $(CXX) $(CXXFLAGS_debug) -o open-in-mpv src/main.cpp
install: release install: release

File diff suppressed because one or more lines are too long